ref: 8243b6600f4c8d60e520aa1b20368ae9575aabf9 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); }