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