From b0a01055eb0ff324fd5e2b44fa9687035e5f3204 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 20 May 1998 00:15:00 +0000 Subject: Update. 1998-05-20 00:10 Ulrich Drepper * 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. --- elf/dl-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/dl-support.c') 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)); -- cgit v1.2.3