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