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