From 07b4c13d0be4814ef10bbfbfd68db604978aa0e5 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 26 May 2013 19:48:25 +0200 Subject: _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. --- sysdeps/mach/hurd/dl-sysdep.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps') diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index c9ab661140..94b6d094a2 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. */ -- cgit v1.2.3