summaryrefslogtreecommitdiff
path: root/include/sys/poll.h
blob: 7d12e1c9beff47037458e4ec4019bb22e5189dce (plain)
1
2
3
4
5
6
7
8
#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)

#endif