summaryrefslogtreecommitdiff
path: root/src/errno/ENXIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ENXIO.h')
-rw-r--r--src/errno/ENXIO.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ENXIO.h b/src/errno/ENXIO.h
new file mode 100644
index 00000000..fdc015aa
--- /dev/null
+++ b/src/errno/ENXIO.h
@@ -0,0 +1,8 @@
+#include <errno.h>
+
+#define ENXIO (38)
+
+/** No such device or address **/
+/*
+POSIX(1)
+*/