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