summaryrefslogtreecommitdiff
path: root/misc/sys
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-23 17:05:51 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-23 17:05:51 +0000
commit8f589a7cfe1a965d5c148290f388e08a137a5884 (patch)
tree06ae82796ed5c6e796e980c74590e438a7207284 /misc/sys
parent56ce46d5698396165995b89b790a6c21a515d2b3 (diff)
* misc/sys/select.h: Move prototypes of __select from here ...
* include/sys/select.h: ... to here. * socket/sys/socket.h: Move prototypes of __send and __connect from here.... * include/sys/socket.h: ... to here.
Diffstat (limited to 'misc/sys')
-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,