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