summaryrefslogtreecommitdiff
path: root/src/errno/EPROTO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/errno/EPROTO.h')
-rw-r--r--src/errno/EPROTO.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/errno/EPROTO.h b/src/errno/EPROTO.h
new file mode 100644
index 00000000..7c38682c
--- /dev/null
+++ b/src/errno/EPROTO.h
@@ -0,0 +1,8 @@
+#include <errno.h>
+#define EPROTO (76)
+/** Protocol error **/
+
+/*
+XOPEN(400)
+POSIX(200112)
+*/