summaryrefslogtreecommitdiffstats
path: root/sys/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/errno.h')
-rw-r--r--sys/errno.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/errno.h b/sys/errno.h
new file mode 100644
index 0000000..8d0c980
--- /dev/null
+++ b/sys/errno.h
@@ -0,0 +1,10 @@
+#ifndef _SYS_ERRNO_H
+#define _SYS_ERRNO_H 1
+
+#define ENOPERM 1
+#define EFAULT 2
+#define EINVAL 3
+#define ENOSYS 4
+#define ENOTFOUND 5
+
+#endif