#include #include #include "../syscall/syscall.h" vlong seek(int fd, vlong off, int whence) { return linuxlseek(fd, off, whence); /* XXX */ }