ref: 900afc0e8347e06b0d78a9cf089dcb9155e5f497 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); }