malloc: Use __get_nprocs on arena_get2 (BZ 30945)
[glibc.git] / conform / data / poll.h-data
blobf7ebb917154ba279adab8f9a18efb6e10e6f4a86
1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX && !defined XPG4
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