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