#include <9pm/u.h> #include <9pm/libc.h> long read(int fd, void *a, long n) { return pread(fd, a, n, -1); }