summaryrefslogtreecommitdiff
path: root/src/poll/nfds_t.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 13:24:16 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 13:24:16 -0500
commit7d080ea59666baf2d03149344f455ccc35d455c3 (patch)
tree62c819965446a3787d96fe0b1da6417f78636e3f /src/poll/nfds_t.c
parentba3c4cc6f3d7e844ed022f2efff3c692ed412305 (diff)
merge XOPEN identifiers
Diffstat (limited to 'src/poll/nfds_t.c')
-rw-r--r--src/poll/nfds_t.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/poll/nfds_t.c b/src/poll/nfds_t.c
new file mode 100644
index 00000000..2a8b8208
--- /dev/null
+++ b/src/poll/nfds_t.c
@@ -0,0 +1,6 @@
+#include <poll.h>
+typedef unsigned int nfds_t;
+/*
+XOPEN(400)
+POSIX(200809)
+*/