summaryrefslogtreecommitdiff
path: root/include/sys/select.h
blob: be98aa2eb4276f295cf82c21a1ad46d1b680c9b4 (plain)
1
2
3
4
5
6
7
8
#ifndef _SYS_SELECT_H
#include <misc/sys/select.h>

/* Now define the internal interfaces.  */
extern int __pselect __P ((int __nfds, __fd_set *__readfds,
			   __fd_set *__writefds, __fd_set *__exceptfds,
			   struct timespec *__timeout));
#endif