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

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