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