diff options
Diffstat (limited to 'arch/i386/include/kernel/syscall.h')
-rw-r--r-- | arch/i386/include/kernel/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/include/kernel/syscall.h b/arch/i386/include/kernel/syscall.h index a689183..a657527 100644 --- a/arch/i386/include/kernel/syscall.h +++ b/arch/i386/include/kernel/syscall.h @@ -29,6 +29,6 @@ #define SYS_HALT 87 #define SYS_REBOOT 88 -int handle_syscall(struct isr_frame *frame); +void handle_syscall(struct isr_frame *frame); #endif |