1#ifndef _SYS_POLL_H
2# include <io/sys/poll.h>
3
4#ifndef _ISOMAC
5extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
6 int __timeout);
7libc_hidden_proto (__poll)
8libc_hidden_proto (ppoll)
9#endif
10
11#endif
12