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