diff options
Diffstat (limited to 'elf/ldsodefs.h')
-rw-r--r-- | elf/ldsodefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/ldsodefs.h b/elf/ldsodefs.h index 19d931fd4e..a64f51bca6 100644 --- a/elf/ldsodefs.h +++ b/elf/ldsodefs.h @@ -149,6 +149,9 @@ extern unsigned long int _dl_hwcap_mask; /* File deccriptor to write debug messages to. */ extern int _dl_debug_fd; +/* Names of shared object for which the RPATH should be ignored. */ +extern const char *_dl_ignore_rpath; + /* OS-dependent function to open the zero-fill device. */ extern int _dl_sysdep_open_zero_fill (void); /* dl-sysdep.c */ |