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