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