aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 18:53:19 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-26 18:53:19 +0200
commitec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (patch)
treea5cfb1cc742b5dcf4e64f8ce566ca46f0c238eb0
parent2b66ef5d55325b2957d6c62908ca065228e56814 (diff)
downloadglibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.zip
glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.tar.gz
glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.tar.bz2
_dl_non_dynamic_init declaration cleanup.
* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init): Don't declare. Continuation of commit bc16e260d0e74b36e48d30edc6ea4f1152700c09.
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/mach/hurd/i386/init-first.c3
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 175ca0c..0a5c0ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
+ * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
+ Don't declare.
+
* manual/platform.texi: Add missing @end deftypefun.
2013-05-24 Joseph Myers <joseph@codesourcery.com>
diff --git a/sysdeps/mach/hurd/i386/init-first.c b/sysdeps/mach/hurd/i386/init-first.c
index fc3330c..70378d8 100644
--- a/sysdeps/mach/hurd/i386/init-first.c
+++ b/sysdeps/mach/hurd/i386/init-first.c
@@ -36,9 +36,6 @@ extern void __init_misc (int, char **, char **);
#ifdef USE_NONOPTION_FLAGS
extern void __getopt_clean_environment (char **);
#endif
-#ifndef SHARED
-extern void _dl_non_dynamic_init (void) internal_function;
-#endif
extern void __libc_global_ctors (void);
unsigned int __hurd_threadvar_max;