From 117285f1403054cbf21f88bb4fdebffbf6ab3b0c Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Tue, 3 May 2011 22:57:34 +0200
Subject: [PATCH 371/396] forward.c: no need for attribute_hidden, provided by prototype

Signed-off-by: Peter S. Mazinger <ps.m@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.0.4

