glibc/include/sys/poll.h
2012-01-08 11:55:32 -05:00

10 lines
196 B
C

#ifndef _SYS_POLL_H
# include <io/sys/poll.h>
extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
int __timeout);
libc_hidden_proto (__poll)
libc_hidden_proto (ppoll)
#endif