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/ldsodefs.h | |
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/ldsodefs.h')
-rw-r--r-- | elf/ldsodefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldsodefs.h b/elf/ldsodefs.h index a64f51bca6..a2bfc0b210 100644 --- a/elf/ldsodefs.h +++ b/elf/ldsodefs.h @@ -150,7 +150,7 @@ extern unsigned long int _dl_hwcap_mask; extern int _dl_debug_fd; /* Names of shared object for which the RPATH should be ignored. */ -extern const char *_dl_ignore_rpath; +extern const char *_dl_inhibit_rpath; /* OS-dependent function to open the zero-fill device. */ extern int _dl_sysdep_open_zero_fill (void); /* dl-sysdep.c */ |