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