about summary refs log tree commit diff
path: root/elf/rtld.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/rtld.c')
-rw-r--r--elf/rtld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index d116a436f5..e9525ea987 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -358,9 +358,7 @@ struct rtld_global_ro _rtld_global_ro attribute_relro =
     ._dl_debug_fd = STDERR_FILENO,
     ._dl_lazy = 1,
     ._dl_fpu_control = _FPU_DEFAULT,
-#ifdef EXEC_PAGESIZE
     ._dl_pagesize = EXEC_PAGESIZE,
-#endif
     ._dl_inhibit_cache = 0,
     ._dl_profile_output = "/var/tmp",