summaryrefslogtreecommitdiff
path: root/src/poll/POLLERR.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll/POLLERR.h')
-rw-r--r--src/poll/POLLERR.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/poll/POLLERR.h b/src/poll/POLLERR.h
new file mode 100644
index 00000000..9d77f5a9
--- /dev/null
+++ b/src/poll/POLLERR.h
@@ -0,0 +1,6 @@
+#include <poll.h>
+#define POLLERR (8)
+/*
+XOPEN(400)
+POSIX(200809)
+*/