2.9
[glibc/nacl-glibc.git] / conform / data / poll.h-data
blob69fd724a3e4ea96b079b55f15619eac849db6510
1 #if !defined ISO && !defined POSIX
2 type {struct pollfd}
3 element {struct pollfd} int fd
4 element {struct pollfd} {short int} events
5 element {struct pollfd} {short int} revents
7 type nfds_t
9 constant POLLIN
10 constant POLLRDNORM
11 constant POLLRDBAND
12 constant POLLPRI
13 constant POLLOUT
14 constant POLLWRNORM
15 constant POLLWRBAND
16 constant POLLERR
17 constant POLLHUP
18 constant POLLNVAL
20 function int poll (struct pollfd[], nfds_t, int)
22 allow pd_*
23 allow ph_*
24 allow ps_*
25 allow POLL*
26 allow *_t
27 #endif