diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
| commit | c742be9c738c91703a7be787639cad167de3a6b1 (patch) | |
| tree | db0e170dab1b7f34630489d0cb1d396c92f15c79 /kernel/syscalls.h | |
| parent | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff) | |
started reviving my fool os
Diffstat (limited to 'kernel/syscalls.h')
| -rw-r--r-- | kernel/syscalls.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); - - */ |
