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