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