From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/sys/select.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/select.h') diff --git a/include/sys/select.h b/include/sys/select.h index 2a408433e..6ffe4e221 100644 --- a/include/sys/select.h +++ b/include/sys/select.h @@ -110,6 +110,7 @@ extern int select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout); +libc_hidden_proto(select) #ifdef __USE_XOPEN2K /* Same as above only that the TIMEOUT value is given with higher -- cgit v1.2.3