From 3ef371d9183197bea81e6dd391860b19b1affbcf Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 18 Sep 2021 09:39:08 +0200 Subject: put the `handle_t` typedef in `shared/types.h` --- src/shared/syscalls.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/shared/syscalls.h') 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 #include -typedef int handle_t; - enum { // idc about stable syscall numbers just yet _SYSCALL_EXIT, -- cgit v1.2.3