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