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