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