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