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