Преглед изворни кода

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 година
родитељ
комит
eb0e749888
1 измењених фајлова са 1 додато и 1 уклоњено
  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) \