diff options
Diffstat (limited to 'src/shared/syscalls.h')
-rw-r--r-- | src/shared/syscalls.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h index 2c1648e..0b856e6 100644 --- a/src/shared/syscalls.h +++ b/src/shared/syscalls.h @@ -2,8 +2,6 @@ #include <shared/types.h> #include <stddef.h> -typedef int handle_t; - enum { // idc about stable syscall numbers just yet _SYSCALL_EXIT, |