Kernel/Heap - (minor) Commenting spellfixes
[tpg/acess2.git] / KernelLand / Kernel / include / errno.h
index 31f68a0..f6ec953 100644 (file)
@@ -5,29 +5,6 @@
 #ifndef _ERRNO_H
 #define _ERRNO_H
 
-enum eErrorNums
-{
-       EOK,
-       
-       ENOSYS, // Invalid Instruction
-       EINVAL, // Invalid Paramater
-       ENOMEM, // No free memory
-       EACCES, // Not permitted
-       EBUSY,  // Resource is busy
-       ENOTFOUND,      // Item not found
-       EREADONLY,      // Read only
-       ENOTIMPL,       // Not implemented
-       ENOENT, // No entry?
-       EEXIST, // Already exists
-       ENFILE, // Too many open files
-       ENOTDIR,        // Not a directory
-       EIO,    // IO Error
-       EINTR,  // Operation interrupted (signal)
-       
-       EALREADY,       // Operation was a NOP
-       EINTERNAL,      // Internal Error
-       
-       NUM_ERRS
-};
+#include "../../../Usermode/Libraries/libc.so_src/include_exp/errno.enum.h"
 
 #endif

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