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