diff options
Diffstat (limited to 'kernel/includes/syscalls.h')
-rw-r--r-- | kernel/includes/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/includes/syscalls.h b/kernel/includes/syscalls.h index 2fabb2b..a7ebfe0 100644 --- a/kernel/includes/syscalls.h +++ b/kernel/includes/syscalls.h @@ -121,4 +121,4 @@ int syscall_socket(SYS_SOCKET_PARAMS *args); int syscall_fstat(int fd, struct stat *buf); u32 syscall_uptime(void); int syscall_isatty(int fd); -off_t syscall_lseek(int fd, off_t offset, int whence); +int syscall_lseek(int fd, int offset, int whence); |