diff options
Diffstat (limited to 'Userland/syscall.cpp')
-rw-r--r-- | Userland/syscall.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/syscall.cpp b/Userland/syscall.cpp index 59f111ab96..d6ef41af40 100644 --- a/Userland/syscall.cpp +++ b/Userland/syscall.cpp @@ -10,6 +10,9 @@ #if !defined __ENUMERATE_SYSCALL # define __ENUMERATE_SYSCALL(x) SC_##x, #endif +#if !defined __ENUMERATE_REMOVED_SYSCALL +# define __ENUMERATE_REMOVED_SYSCALL(x) +#endif #define SC_NARG 4 |