From 10388c49b260e147476ad282b871cda708ea339d Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 20 Feb 2018 09:13:13 -0800 Subject: [PATCH] Remove a testing hack --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/rtld.c b/elf/rtld.c index 5d4f0137845..9040d7477e9 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -324,7 +324,7 @@ DL_SYSINFO_IMPLEMENTATION is fine, too. The latter is important here. We can avoid setting up a temporary link map for ld.so if we can mark _rtld_global as hidden. */ -#if 0 //def PI_STATIC_AND_HIDDEN +#ifdef PI_STATIC_AND_HIDDEN # define DONT_USE_BOOTSTRAP_MAP 1 #endif -- 2.47.2