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