blob: b695cad6d8d339a2a454ff2dd8272bb6d844ee42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#if !defined ISO && !defined POSIX
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[], nfsd_t, int)
allow pd_*
allow ph_*
allow ps_*
allow POLL*
allow *_t
#endif
|