aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-dst.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-dst.h')
-rw-r--r--elf/dl-dst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-dst.h b/elf/dl-dst.h
index 05bdee5ee9..dc11e360af 100644
--- a/elf/dl-dst.h
+++ b/elf/dl-dst.h
@@ -64,7 +64,7 @@ extern size_t _dl_dst_count_internal (const char *name, int is_path);
extern const char *_dl_get_origin (void);
extern const char *_dl_get_origin_internal (void);
-#ifdef _RTLD_LOCAL
+#ifdef IS_IN_rtld
# define _dl_get_origin INTUSE(_dl_get_origin)
#endif