diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-26 18:53:19 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-05-26 18:53:19 +0200 |
commit | ec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (patch) | |
tree | a5cfb1cc742b5dcf4e64f8ce566ca46f0c238eb0 /sysdeps/mach/hurd | |
parent | 2b66ef5d55325b2957d6c62908ca065228e56814 (diff) | |
download | glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.tar.gz glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.tar.xz glibc-ec9dd97cecafba5ddf5c3ec683db7ad5b4421923.zip |
_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/mach/hurd')
-rw-r--r-- | sysdeps/mach/hurd/i386/init-first.c | 3 |
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 fc3330c1fc..70378d806e 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; |