diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-20 22:11:44 +0000 |
commit | cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 (patch) | |
tree | f5f56f2ef0f3048325419857d0b538135524ff8c /include/sys/select.h | |
parent | b133fe1cac9f99b63ea56daf92caa1423b1289d0 (diff) |
Last portion of libc_hidden_proto removal.
Appears to build fine (several .configs tried)
Diffstat (limited to 'include/sys/select.h')
-rw-r--r-- | include/sys/select.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |