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