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