diff options
Diffstat (limited to 'src/unistd/lseek.c')
-rw-r--r-- | src/unistd/lseek.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/lseek.c b/src/unistd/lseek.c index a5d30931..8f0ee4cd 100644 --- a/src/unistd/lseek.c +++ b/src/unistd/lseek.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include <unistd.h> #include "_syscall.h" @@ -9,3 +11,6 @@ off_t lseek(int fildes, off_t offset, int whence) /* POSIX(1) */ + + +#endif |