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