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