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