From c742be9c738c91703a7be787639cad167de3a6b1 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 02:28:02 +0200 Subject: started reviving my fool os --- kernel/syscalls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/syscalls.h') diff --git a/kernel/syscalls.h b/kernel/syscalls.h index 5c7a772..ff7760e 100644 --- a/kernel/syscalls.h +++ b/kernel/syscalls.h @@ -59,8 +59,6 @@ int syscall_unlink(char *name); int syscall_wait(int *status); // int syscall_unhandled(int nr); - - */ -- cgit v1.2.3