aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inc/syscall.h')
-rw-r--r--kernel/inc/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/inc/syscall.h b/kernel/inc/syscall.h
index 3f89365..ff13d39 100644
--- a/kernel/inc/syscall.h
+++ b/kernel/inc/syscall.h
@@ -3,6 +3,6 @@
#ifndef SYSCALL_H
#define SYSCALL_H
-void syscall_init();
+void syscall_init(void);
#endif