X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Fsyscalls.h;h=8a93511988273b7a6d597f085bfb4b7710d0d1b5;hb=a929736eddbc438cac503d64f999f7dc3772d7c2;hp=601a7f4f5ae329924fe07fe21144a8744b6f7cf8;hpb=a41c4af4ae30e963f6bc370efad60dacc39b0275;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/syscalls.h b/KernelLand/Kernel/include/syscalls.h index 601a7f4f..8a935119 100644 --- a/KernelLand/Kernel/include/syscalls.h +++ b/KernelLand/Kernel/include/syscalls.h @@ -1,5 +1,7 @@ /* - * Acess2 + * Acess2 Kernel + * - By John Hodge (thePowersGang) + * * syscalls.h * - System Call List * @@ -68,8 +70,7 @@ #define NUM_SYSCALLS 88 #define SYS_DEBUG 0x100 -#ifndef __ASSEMBLER__ -#ifndef NO_SYSCALL_STRS +#if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS) static const char *cSYSCALL_NAMES[] = { "SYS_EXIT", "SYS_CLONE", @@ -163,6 +164,5 @@ static const char *cSYSCALL_NAMES[] = { "" }; #endif -#endif #endif