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