aboutsummaryrefslogtreecommitdiff
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
parentec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (diff)
downloadglibc-07b4c13d0be4814ef10bbfbfd68db604978aa0e5.zip
glibc-07b4c13d0be4814ef10bbfbfd68db604978aa0e5.tar.gz
glibc-07b4c13d0be4814ef10bbfbfd68db604978aa0e5.tar.bz2
_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.
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a5c0ca..9a9e22f 100644
--- 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.
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index c9ab661..94b6d09 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. */