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