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