mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
_dl_skip_args declaration cleanup.
* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
declare _dl_skip_args.
Continuation of commit 8347c74cc5
.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
|
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):
|
* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
|
||||||
Don't declare.
|
Don't declare.
|
||||||
|
|
||||||
|
@ -123,7 +123,6 @@ _dl_sysdep_start (void **start_argptr,
|
|||||||
{
|
{
|
||||||
void go (intptr_t *argdata)
|
void go (intptr_t *argdata)
|
||||||
{
|
{
|
||||||
extern unsigned int _dl_skip_args; /* rtld.c */
|
|
||||||
char **p;
|
char **p;
|
||||||
|
|
||||||
/* Cache the information in various global variables. */
|
/* Cache the information in various global variables. */
|
||||||
|
Reference in New Issue
Block a user