Added SYS_OPENCHILD system call
[tpg/acess2.git] / Kernel / include / errno.h
index 0b796c0..f5b2360 100644 (file)
@@ -14,7 +14,12 @@ enum eErrorNums
        EACCES,
        ENOTFOUND,
        EREADONLY,
-       ENOTIMPL
+       ENOTIMPL,
+       ENOENT,
+       ENFILE,
+       ENOTDIR,
+       
+       NUM_ERRS
 };
 
 #endif

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