#include #include #include "../syscall/syscall.h" long read(int fd, void *buf, long n) { return linuxread(fd, buf, n); }