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