_dl_skip_args declaration cleanup.
authorThomas Schwinge <thomas@codesourcery.com>
Sun, 26 May 2013 17:48:25 +0000 (19:48 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Sun, 26 May 2013 17:48:25 +0000 (19:48 +0200)
* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
declare _dl_skip_args.

Continuation of commit 8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.

ChangeLog
sysdeps/mach/hurd/dl-sysdep.c

index 0a5c0ca..9a9e22f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * 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.
 
index c9ab661..94b6d09 100644 (file)
@@ -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.  */