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