summaryrefslogtreecommitdiff
path: root/misc/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/sys/select.h')
-rw-r--r--misc/sys/select.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/sys/select.h b/misc/sys/select.h
index ff5ba6b39f..c182cb93c5 100644
--- a/misc/sys/select.h
+++ b/misc/sys/select.h
@@ -71,10 +71,6 @@ typedef __fd_set fd_set;
(if not NULL) for exceptional conditions. If TIMEOUT is not NULL, time out
after waiting the interval specified therein. Returns the number of ready
descriptors, or -1 for errors. */
-extern int __select (int __nfds, __fd_set *__restrict __readfds,
- __fd_set *__restrict __writefds,
- __fd_set *__restrict __exceptfds,
- struct timeval *__restrict __timeout) __THROW;
extern int select (int __nfds, __fd_set *__restrict __readfds,
__fd_set *__restrict __writefds,
__fd_set *__restrict __exceptfds,