diff options
Diffstat (limited to 'src/kernel/syscall/syscall.h')
-rw-r--r-- | src/kernel/syscall/syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/syscall/syscall.h b/src/kernel/syscall/syscall.h index 304008d..8730dbf 100644 --- a/src/kernel/syscall/syscall.h +++ b/src/kernel/syscall/syscall.h @@ -5,6 +5,6 @@ extern void idt_syscall(); void syscalls_install(); -uint32_t sys_write(char *buf, uint32_t count); +uint32_t sys_write(unsigned int buf, unsigned int count); -#endif +#endif
\ No newline at end of file |