ref: 6247bc5a8aa1fc15bf421f8fd9201a003d5b1e50 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); }