diff options
author | dzwdz | 2021-09-18 09:37:53 +0200 |
---|---|---|
committer | dzwdz | 2021-09-18 09:37:53 +0200 |
commit | 8e757fae5aaece57755a98544f193bc2672966b3 (patch) | |
tree | 37ac93907323941a3bb3de2edb2fc08ca821360e /src/shared/syscalls.h | |
parent | 7a44fc5381dabb65dfdb667dc442108d0465799a (diff) |
merge `kernel/types.h` and `init/types.h`
Diffstat (limited to 'src/shared/syscalls.h')
-rw-r--r-- | src/shared/syscalls.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h index 36588b6..2c1648e 100644 --- a/src/shared/syscalls.h +++ b/src/shared/syscalls.h @@ -1,10 +1,7 @@ #pragma once +#include <shared/types.h> #include <stddef.h> -#ifndef TYPES_INCLUDED -# error "please include <kernel/types.h> or <init/types.h> before this file" -#endif - typedef int handle_t; enum { |