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