summary refs log tree commit diff
path: root/sysdeps/i386/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/init-first.c')
-rw-r--r--sysdeps/i386/init-first.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/init-first.c b/sysdeps/i386/init-first.c
index 16f5a7ccca..c6355a8b7b 100644
--- a/sysdeps/i386/init-first.c
+++ b/sysdeps/i386/init-first.c
@@ -1,5 +1,5 @@
 /* Initialization code run first thing by the ELF startup code.  For i386/Unix.
-   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 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)