summaryrefslogtreecommitdiff
path: root/kernel/includes
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/includes')
-rw-r--r--kernel/includes/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/includes/syscalls.h b/kernel/includes/syscalls.h
index f187d4b..6945c21 100644
--- a/kernel/includes/syscalls.h
+++ b/kernel/includes/syscalls.h
@@ -126,3 +126,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);