Kernel/x86_64 - Debugging GUI errors (and a wild goose chase)
[tpg/acess2.git] / KernelLand / Kernel / include / errno.h
index 7c2e97a..31f68a0 100644 (file)
@@ -21,6 +21,8 @@ enum eErrorNums
        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

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