Forráskód Böngészése

forward.c: no need for attribute_hidden, provided by prototype

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 13 éve
szülő
commit
eb0e749888
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      libpthread/linuxthreads/forward.c

+ 1 - 1
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) \