about summary refs log tree commit diff
path: root/elf/dl-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r--elf/dl-support.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c
index cb0bbd213f..451932dd03 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -135,11 +135,7 @@ void *_dl_random;
 #include <dl-procruntime.c>
 #include <dl-procinfo.c>
 
-size_t _dl_pagesize
-#ifdef EXEC_PAGESIZE
-  = EXEC_PAGESIZE
-#endif
-;
+size_t _dl_pagesize = EXEC_PAGESIZE;
 
 size_t _dl_minsigstacksize = CONSTANT_MINSIGSTKSZ;