aboutsummaryrefslogtreecommitdiff
path: root/elf/ldsodefs.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-20 00:15:00 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-20 00:15:00 +0000
commitb0a01055eb0ff324fd5e2b44fa9687035e5f3204 (patch)
tree9f51b2cc47610c6266f274c22932d90657a6be6b /elf/ldsodefs.h
parent310930c1b53bf795e62572d7b7f2fe384cbdc0d4 (diff)
downloadglibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.zip
glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar.gz
glibc-b0a01055eb0ff324fd5e2b44fa9687035e5f3204.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldsodefs.h b/elf/ldsodefs.h
index a64f51b..a2bfc0b 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 */