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