ref: 8029c3d8c4bdae74b9a68beeff1edb8a21cceeed 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); }