[git commit] forward.c: no need for attribute_hidden, provided by prototype
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Jun 15 12:00:43 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=eb0e749888f3493946712ab13ec95d0bcaabf717
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
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 9d25d9a..fdf01a3 100644
--- a/libpthread/linuxthreads/forward.c
+++ b/libpthread/linuxthreads/forward.c
@@ -26,7 +26,7 @@
#include "internals.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) \
More information about the uClibc-cvs
mailing list