Kernel - Imported userland strtoi file (and other minor changes)
[tpg/acess2.git] / Usermode / Libraries / libc.so_src / include_exp / errno.h
index ea352f3..cbe8749 100644 (file)
@@ -8,21 +8,6 @@ extern int     _errno;
 
 #define strerror(_x)   "Unimplemented"
 
-enum
-{
-       EOK,
-       EINVAL,
-       ERANGE,
-       ENODEV,
-       EBADF,
-       EINTR,
-       EAGAIN,
-       ENOMEM,
-
-       EADDRNOTAVAIL,
-       EINPROGRESS,
-
-       E_LAST
-};
+#include "errno.enum.h"
 
 #endif

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