diff options
Diffstat (limited to 'libpthread/linuxthreads')
| -rw-r--r-- | 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 9d25d9a0d..fdf01a394 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) \ | 
