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