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