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