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