mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c: Rename option and variable from ignore-rpath to inhibit-rpath. * elf/dl-support.c: Likewise. * elf/ldsodefs.h: Likewise. * elf/rtld.c: Likewise. * iconvdata/run-iconv-test.sh: Likewise.
This commit is contained in:
@ -56,7 +56,7 @@ const char *_dl_profile;
|
||||
struct link_map *_dl_profile_map;
|
||||
|
||||
/* Names of shared object for which the RPATHs should be ignored. */
|
||||
const char *_dl_ignore_rpath;
|
||||
const char *_dl_inhibit_rpath;
|
||||
|
||||
|
||||
static void non_dynamic_init (void) __attribute__ ((unused));
|
||||
|
Reference in New Issue
Block a user