OSDN Git Service

forward.c: no need for attribute_hidden, provided by prototype
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 3 May 2011 20:57:34 +0000 (22:57 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:43 +0000 (14:00 +0200)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libpthread/linuxthreads/forward.c

index 9d25d9a..fdf01a3 100644 (file)
@@ -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) \