From: Thomas Schwinge Date: Sun, 26 May 2013 17:48:25 +0000 (+0200) Subject: _dl_skip_args declaration cleanup. X-Git-Tag: glibc-2.18~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b4c13d0be4814ef10bbfbfd68db604978aa0e5;p=thirdparty%2Fglibc.git _dl_skip_args declaration cleanup. * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't declare _dl_skip_args. Continuation of commit 8347c74cc5c972aa9e57747177b1f5f4b1cbcac8. --- diff --git a/ChangeLog b/ChangeLog index 0a5c0cabee2..9a9e22f0262 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-05-26 Thomas Schwinge + * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't + declare _dl_skip_args. + * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init): Don't declare. diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index c9ab661140d..94b6d094a2b 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -123,7 +123,6 @@ _dl_sysdep_start (void **start_argptr, { void go (intptr_t *argdata) { - extern unsigned int _dl_skip_args; /* rtld.c */ char **p; /* Cache the information in various global variables. */