ref: 72ad2d1ee12056d480b3da6d5c157ab0ba21a937 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); }