aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/pt-initfini.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/pthread/pt-initfini.c')
-rw-r--r--nptl/sysdeps/pthread/pt-initfini.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/sysdeps/pthread/pt-initfini.c b/nptl/sysdeps/pthread/pt-initfini.c
index 55d9f31562..7aa734d020 100644
--- a/nptl/sysdeps/pthread/pt-initfini.c
+++ b/nptl/sysdeps/pthread/pt-initfini.c
@@ -1,5 +1,5 @@
/* Special .init and .fini section support. Linuxthread version.
- Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1995,1996,1997,2000,2001,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it
@@ -65,7 +65,8 @@ asm ("\n/*@_init_PROLOG_BEGINS*/");
static void
call_initialize_minimal (void)
{
- extern void __pthread_initialize_minimal (void);
+ extern void __pthread_initialize_minimal (void)
+ __attribute ((visibility ("hidden")));
__pthread_initialize_minimal ();
}