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