about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-05-26 19:48:25 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-05-26 19:48:25 +0200
commit07b4c13d0be4814ef10bbfbfd68db604978aa0e5 (patch)
tree3d468bc5e8dbb1852f24aff54580ced3c1c8e8d3 /sysdeps/mach/hurd
parentec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (diff)
downloadglibc-07b4c13d0be4814ef10bbfbfd68db604978aa0e5.tar.gz
glibc-07b4c13d0be4814ef10bbfbfd68db604978aa0e5.tar.xz
glibc-07b4c13d0be4814ef10bbfbfd68db604978aa0e5.zip
_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.
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c1
1 files changed, 0 insertions, 1 deletions
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.  */