* elf/rtld.c: Initialize _dl_argv to allow aliasing.
This commit is contained in:
Ulrich Drepper 2004-01-15 18:04:12 +00:00
parent ee778b56b7
commit 697afbe1c8
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2004-01-15 Ulrich Drepper <drepper@redhat.com>
* elf/rtld.c: Initialize _dl_argv to allow aliasing.
* resolv/resolv.h: Add RES_USEBSTRING.
* resolv/res_debug.c (p_option): Add handling for RES_USE_INET6,
RES_ROTATE, RES_NOCHECKNAME, and RES_USEBSTRING.

View file

@ -68,7 +68,7 @@ enum mode { normal, list, verify, trace };
static void process_envvars (enum mode *modep);
int _dl_argc attribute_relro attribute_hidden;
char **_dl_argv attribute_relro;
char **_dl_argv attribute_relro = NULL;
INTDEF(_dl_argv)
/* Nonzero if we were run directly. */