diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-23 17:05:51 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-23 17:05:51 +0000 |
commit | 8f589a7cfe1a965d5c148290f388e08a137a5884 (patch) | |
tree | 06ae82796ed5c6e796e980c74590e438a7207284 /misc | |
parent | 56ce46d5698396165995b89b790a6c21a515d2b3 (diff) | |
download | glibc-8f589a7cfe1a965d5c148290f388e08a137a5884.tar glibc-8f589a7cfe1a965d5c148290f388e08a137a5884.tar.gz glibc-8f589a7cfe1a965d5c148290f388e08a137a5884.tar.bz2 glibc-8f589a7cfe1a965d5c148290f388e08a137a5884.zip |
* 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')
-rw-r--r-- | misc/sys/select.h | 4 |
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, |