summaryrefslogtreecommitdiffstats
path: root/include/sys/select.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-26 15:45:55 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-26 15:45:55 +0000
commit249f9ff259992908829f9d06a0b4688cf21ea00e (patch)
tree292da38d7e4d88f681732b581dc3d93a97e2ab4f /include/sys/select.h
parentce48bd0f2a31f63ac7fed36c756b60ce8106b27f (diff)
downloaduClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.bz2
uClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.xz
Synch with trunk @ 24157
Step 11: More libc_hidden_proto removal
Diffstat (limited to 'include/sys/select.h')
-rw-r--r--include/sys/select.h1
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