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