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
Set up the data structures for vDSO in libc.a
[glibc.git]
/
include
/
sys
/
poll.h
blob
a42bc93873794d051089cd1a5aeea44bb67a0b4f
1
#ifndef _SYS_POLL_H
2
# include <io/sys/poll.h>
3
4
#ifndef _ISOMAC
5
extern
int
__poll
(
struct
pollfd
*
__fds
,
unsigned long int
__nfds
,
6
int
__timeout
);
7
libc_hidden_proto
(
__poll
)
8
libc_hidden_proto
(
ppoll
)
9
#endif
10
11
#endif