aboutsummaryrefslogtreecommitdiff
path: root/include/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/select.h')
-rw-r--r--include/sys/select.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/sys/select.h b/include/sys/select.h
deleted file mode 100644
index 07bb49b994..0000000000
--- a/include/sys/select.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _SYS_SELECT_H
-#include <misc/sys/select.h>
-
-#ifndef _ISOMAC
-/* 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);
-
-extern int __select (int __nfds, fd_set *__restrict __readfds,
- fd_set *__restrict __writefds,
- fd_set *__restrict __exceptfds,
- struct timeval *__restrict __timeout);
-libc_hidden_proto (__select)
-
-#endif
-#endif