X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=KernelLand%2FKernel%2Finclude%2Fsyscalls.h;fp=KernelLand%2FKernel%2Finclude%2Fsyscalls.h;h=4164e647eac8b10b56949f42c4e238f1e67ce616;hb=d69e48450c7ea4be4a82c351b2d5dd0de3fc6241;hp=601a7f4f5ae329924fe07fe21144a8744b6f7cf8;hpb=9c8b7750be573fbe40bdb3dc4c2a9a5390970b39;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/syscalls.h b/KernelLand/Kernel/include/syscalls.h index 601a7f4f..4164e647 100644 --- a/KernelLand/Kernel/include/syscalls.h +++ b/KernelLand/Kernel/include/syscalls.h @@ -69,7 +69,6 @@ #define SYS_DEBUG 0x100 #ifndef __ASSEMBLER__ -#ifndef NO_SYSCALL_STRS static const char *cSYSCALL_NAMES[] = { "SYS_EXIT", "SYS_CLONE", @@ -163,6 +162,5 @@ static const char *cSYSCALL_NAMES[] = { "" }; #endif -#endif #endif