[git commit future] forward.c: no need for attribute_hidden, provided by prototype

Peter S. Mazinger ps.m at gmx.net
Tue May 3 15:29:35 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=bb0c20c15dc91c3a9adf41be7b6020f14ebd310a
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libpthread/linuxthreads/forward.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpthread/linuxthreads/forward.c b/libpthread/linuxthreads/forward.c
index 0ecd0e6..90f49fc 100644
--- a/libpthread/linuxthreads/forward.c
+++ b/libpthread/linuxthreads/forward.c
@@ -24,7 +24,7 @@
 #include <bits/uClibc_mutex.h>
 
 /* Pointers to the libc functions.  */
-struct pthread_functions __libc_pthread_functions attribute_hidden;
+struct pthread_functions __libc_pthread_functions;
 
 
 # define FORWARD2(name, rettype, decl, params, defaction) \
-- 
1.7.3.4



More information about the uClibc-cvs mailing list