Minor cleanups in libio/iofdopen.c
[glibc.git] / conform / data / poll.h-data
blob84777dffa109f487941c773ccd2b3e1928c6a627
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG3
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