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