aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
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 /sysdeps
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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/mach/hurd/i386/init-first.c3
1 files changed, 0 insertions, 3 deletions
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;