glibc/include/sys/poll.h

7 lines
142 B
C

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