ref: b575d3a7ca745f1ded3c06b6c74c1dfe3e20d368 dir: /sys/src/libc/9sys/read.c/
#include <u.h> #include <libc.h> long read(int fd, void *buf, long n) { return pread(fd, buf, n, -1LL); }