summaryrefslogtreecommitdiff
path: root/src/errno/ENOTSOCK.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/ENOTSOCK.c')
-rw-r--r--src/errno/ENOTSOCK.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/ENOTSOCK.c b/src/errno/ENOTSOCK.c
new file mode 100644
index 00000000..b4f4c3d8
--- /dev/null
+++ b/src/errno/ENOTSOCK.c
@@ -0,0 +1,8 @@
+#include <errno.h>
+#define ENOTSOCK (67)
+/** Not a socket **/
+
+/*
+XOPEN(400)
+POSIX(200112)
+*/