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