ref: 37cb0a3672e70bc1d8e9b385ac1443577be6c107 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); }