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