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