summaryrefslogtreecommitdiff
path: root/REORG.TODO/conform/data/poll.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/conform/data/poll.h-data')
-rw-r--r--REORG.TODO/conform/data/poll.h-data27
1 files changed, 27 insertions, 0 deletions
diff --git a/REORG.TODO/conform/data/poll.h-data b/REORG.TODO/conform/data/poll.h-data
new file mode 100644
index 0000000000..f7ebb91715
--- /dev/null
+++ b/REORG.TODO/conform/data/poll.h-data
@@ -0,0 +1,27 @@
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
+type {struct pollfd}
+element {struct pollfd} int fd
+element {struct pollfd} {short int} events
+element {struct pollfd} {short int} revents
+
+type nfds_t
+
+constant POLLIN
+constant POLLRDNORM
+constant POLLRDBAND
+constant POLLPRI
+constant POLLOUT
+constant POLLWRNORM
+constant POLLWRBAND
+constant POLLERR
+constant POLLHUP
+constant POLLNVAL
+
+function int poll (struct pollfd[], nfds_t, int)
+
+allow pd_*
+allow ph_*
+allow ps_*
+allow POLL*
+allow *_t
+#endif