diff options
Diffstat (limited to 'sysdeps/sh/init-first.c')
-rw-r--r-- | sysdeps/sh/init-first.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sh/init-first.c b/sysdeps/sh/init-first.c index 97f7352091..d816625ef4 100644 --- a/sysdeps/sh/init-first.c +++ b/sysdeps/sh/init-first.c @@ -1,5 +1,5 @@ /* Initialization code run first thing by the ELF startup code. For SH. - Copyright (C) 1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 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 and/or @@ -25,7 +25,7 @@ extern void __getopt_clean_environment (char **); #endif extern void __libc_global_ctors (void); -int __libc_multiple_libcs = 1; +int __libc_multiple_libcs attribute_hidden = 1; static void init (int *data) |