Kernel - Updated syscall list header
authorJohn Hodge <[email protected]>
Fri, 7 Dec 2012 05:21:03 +0000 (13:21 +0800)
committerJohn Hodge <[email protected]>
Fri, 7 Dec 2012 05:21:03 +0000 (13:21 +0800)
KernelLand/Kernel/GenSyscalls.pl
KernelLand/Kernel/include/syscalls.h

index 487ceca..fdf33e9 100755 (executable)
@@ -24,7 +24,9 @@ close(FILE);
 # C header
 open(HEADER, ">include/syscalls.h");
 print HEADER "/*
- * Acess2
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
  * syscalls.h
  * - System Call List
  *
@@ -46,7 +48,7 @@ print HEADER "
 #define NUM_SYSCALLS   ",$i,"
 #define SYS_DEBUG      0x100
 
-#ifndef __ASSEMBLER__
+#if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS)
 static const char *cSYSCALL_NAMES[] = {
 ";
 
index 4164e64..8a93511 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Acess2
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
  * syscalls.h
  * - System Call List
  *
@@ -68,7 +70,7 @@
 #define NUM_SYSCALLS   88
 #define SYS_DEBUG      0x100
 
-#ifndef __ASSEMBLER__
+#if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS)
 static const char *cSYSCALL_NAMES[] = {
        "SYS_EXIT",
        "SYS_CLONE",

UCC git Repository :: git.ucc.asn.au