*** /propolice/dl-sysdep.c Fri Sep 1 17:19:20 2000 --- sysdeps/generic/dl-sysdep.c Fri Sep 1 17:46:47 2000 *************** *** 47,54 **** ElfW(Addr) _dl_base_addr; int __libc_enable_secure; ! int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion ! of init-first. */ /* This variable contains the lowest stack address ever used. */ void *__libc_stack_end; static ElfW(auxv_t) *_dl_auxv; --- 47,55 ---- ElfW(Addr) _dl_base_addr; int __libc_enable_secure; ! int __libc_multiple_libcs = 0; /* Defining this here avoids */ ! int __libc_argc = 0; /* the inclusion */ ! char **__libc_argv = 0; /* of init-first. */ /* This variable contains the lowest stack address ever used. */ void *__libc_stack_end; static ElfW(auxv_t) *_dl_auxv;