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