diff options
author | Marvin Borner | 2020-11-05 17:30:39 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-05 17:32:53 +0100 |
commit | 63e86f792167e6cc2e9600d00b184a3c83fe7498 (patch) | |
tree | 31e2d583be3ebf34782f6ec37f6c524657c40686 /kernel/inc/syscall.h | |
parent | 916fca2161e76de67a5106b90baf00a57f2a0512 (diff) |
Added warning flags and fixed them :)
Diffstat (limited to 'kernel/inc/syscall.h')
-rw-r--r-- | kernel/inc/syscall.h | 2 |
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 |