diff options
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 */ |