summaryrefslogtreecommitdiff
path: root/kernel/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu')
-rw-r--r--kernel/cpu/syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c
index 5412915..3765a84 100644
--- a/kernel/cpu/syscall.c
+++ b/kernel/cpu/syscall.c
@@ -182,6 +182,7 @@ int (*syscall_functions[])() = {
(void(*))syscall_queue_create, (void(*))syscall_queue_add,
(void(*))syscall_queue_wait, (void(*))syscall_munmap,
(void(*))syscall_open_process,
+ (void(*))syscall_lseek,
};
void int_syscall(reg_t *r);