diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 00:15:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-20 00:15:00 +0000 |
commit | b0a01055eb0ff324fd5e2b44fa9687035e5f3204 (patch) | |
tree | 9f51b2cc47610c6266f274c22932d90657a6be6b /elf/dl-support.c | |
parent | 310930c1b53bf795e62572d7b7f2fe384cbdc0d4 (diff) | |
download | glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar.gz glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar.xz glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.zip |
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.
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 0a14b6d1bd..9012a0c2a6 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -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)); |