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