Syscalls - Changed SysGetMessage to provide a buffer size
[tpg/acess2.git] / KernelLand / Kernel / include / errno.h
index 3652f19..31f68a0 100644 (file)
@@ -13,6 +13,7 @@ enum eErrorNums
        EINVAL, // Invalid Paramater
        ENOMEM, // No free memory
        EACCES, // Not permitted
+       EBUSY,  // Resource is busy
        ENOTFOUND,      // Item not found
        EREADONLY,      // Read only
        ENOTIMPL,       // Not implemented
@@ -20,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