ref: 92ae02af1c238fbd4ae76197c04a1745f7f7d664 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); }