Kernel/VFS - Update to node cache to support extra allocated data
[tpg/acess2.git] / KernelLand / Kernel / include / syscalls.h
index 4164e64..03542e1 100644 (file)
@@ -1,5 +1,7 @@
 /*
- * Acess2
+ * Acess2 Kernel
+ * - By John Hodge (thePowersGang)
+ *
  * syscalls.h
  * - System Call List
  *
@@ -46,7 +48,7 @@
 #define SYS_OPENPIPE   67      // Open a FIFO pipe pair
 #define SYS_CLOSE      68      // Close a file
 #define SYS_COPYFD     69      // Create a copy of a file handle
-#define SYS_FDCTL      70      // Modify properties of a file descriptor
+#define SYS_FDCTL      70      // Modify flags of a file descriptor
 #define SYS_READ       71      // Read from an open file
 #define SYS_WRITE      72      // Write to an open file
 #define SYS_IOCTL      73      // Perform an IOCtl Call
@@ -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