about summary refs log tree commit diff
path: root/include/sys/poll.h
blob: d7d6e013a03759f2843fbfc43a51c5e6ef145493 (plain) (blame)
1
2
3
4
5
6
#ifndef	_SYS_POLL_H
# include <io/sys/poll.h>

extern int __poll (struct pollfd *__fds, unsigned long int __nfds,
		   int __timeout);
#endif