ref: 9fd0b3bad12cd5fe2d2c2a5e4173b0077a05f7d3 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); }