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