This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi!
On Tue, 7 May 2013 14:51:19 -0700 (PDT), Roland McGrath <roland@hack.frob.com> wrote:
> 2013-05-07 Roland McGrath <roland@hack.frob.com>
>
> * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
> and _dl_skip_args_internal.
Pushed as obvious as commit 07b4c13d0be4814ef10bbfbfd68db604978aa0e5:
* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
declare _dl_skip_args.
diff --git sysdeps/mach/hurd/dl-sysdep.c sysdeps/mach/hurd/dl-sysdep.c
index c9ab661..94b6d09 100644
--- sysdeps/mach/hurd/dl-sysdep.c
+++ 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. */
GrÃÃe,
Thomas
Attachment:
pgpgzg273LTzu.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |