1 #include <unistd.h> 2 #include "syscall.h" 3 4 off_t __lseek(int fd, off_t offset, int whence) 5 { 6 #ifdef SYS__llseek 7 off_t result; ...
確定! 回上一頁