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
Update.
[glibc.git]
/
include
/
sys
/
poll.h
blob
d7d6e013a03759f2843fbfc43a51c5e6ef145493
1
#ifndef _SYS_POLL_H
2
# include <io/sys/poll.h>
3
4
extern
int
__poll
(
struct
pollfd
*
__fds
,
unsigned long int
__nfds
,
5
int
__timeout
);
6
#endif