Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Kernel / include / errno.h
diff --git a/Kernel/include/errno.h b/Kernel/include/errno.h
deleted file mode 100644 (file)
index 0b796c0..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Acess2
- * errno.h
- */
-#ifndef _ERRNO_H
-#define _ERRNO_H
-
-enum eErrorNums
-{
-       EOK,
-       ENOSYS,
-       EINVAL,
-       ENOMEM,
-       EACCES,
-       ENOTFOUND,
-       EREADONLY,
-       ENOTIMPL
-};
-
-#endif

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