summaryrefslogtreecommitdiff
path: root/src/errno/EACCES.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/EACCES.h')
-rw-r--r--src/errno/EACCES.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/EACCES.h b/src/errno/EACCES.h
new file mode 100644
index 00000000..f1030e9f
--- /dev/null
+++ b/src/errno/EACCES.h
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define EACCES (11)
+
+/** Permission denied **/
+/*
+POSIX(1)
+*/