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