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