From 8f589a7cfe1a965d5c148290f388e08a137a5884 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 23 Aug 2000 17:05:51 +0000 Subject: * 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. --- misc/sys/select.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'misc') diff --git a/misc/sys/select.h b/misc/sys/select.h index ff5ba6b..c182cb9 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, -- cgit v1.1