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