about summary refs log tree commit diff
path: root/include/sys/poll.h
blob: 4285eee55ba037e94a9a74f710a3ed079c172a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
#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