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