summaryrefslogtreecommitdiff
path: root/src/errno/EIO.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/EIO.c')
-rw-r--r--src/errno/EIO.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/EIO.c b/src/errno/EIO.c
new file mode 100644
index 00000000..b6fb981d
--- /dev/null
+++ b/src/errno/EIO.c
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define EIO (22)
+
+/** I/O error **/
+/*
+POSIX(1)
+*/