]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - include/sys/select.h
* misc/sys/select.h: Move prototypes of __select from here ...
[thirdparty/glibc.git] / include / sys / select.h
index dde8c6030246481a0b84c54fc20471c3507cdad8..645929578ccc9bad0f016d95e9c4e4645db70804 100644 (file)
@@ -6,4 +6,9 @@ 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);
 #endif