repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated to fedora-glibc-20080716T0944
[glibc.git]
/
conform
/
data
/
poll.h-data
blob
69fd724a3e4ea96b079b55f15619eac849db6510
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
6
7
type nfds_t
8
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
19
20
function int poll (struct pollfd[], nfds_t, int)
21
22
allow pd_*
23
allow ph_*
24
allow ps_*
25
allow POLL*
26
allow *_t
27
#endif