summaryrefslogtreecommitdiff
path: root/src/errno/ENOTSUP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ENOTSUP.h')
-rw-r--r--src/errno/ENOTSUP.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/errno/ENOTSUP.h b/src/errno/ENOTSUP.h
new file mode 100644
index 00000000..a80761a8
--- /dev/null
+++ b/src/errno/ENOTSUP.h
@@ -0,0 +1,7 @@
+#include <errno.h>
+#define ENOTSUP (68)
+/** Not supported **/
+
+/*
+POSIX(199309)
+*/