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