Sign in
third-party-mirror
/
GRTEv5
/
ada34554fb84d81aaa4a1cb3cea9b8965b7aa5fe
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
include
/
sys
/
poll.h
blob: a42bc93873794d051089cd1a5aeea44bb67a0b4f [
file
] [
log
] [
blame
]
#ifndef
_SYS_POLL_H
# include <io/sys/poll.h>
#ifndef
_ISOMAC
extern
int
__poll
(
struct
pollfd
*
__fds
,
unsigned
long
int
__nfds
,
int
__timeout
);
libc_hidden_proto
(
__poll
)
libc_hidden_proto
(
ppoll
)
#endif
#endif