diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-11 11:25:51 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-11 11:25:51 -0400 |
commit | 32b4c8393f6db8b0bbf9c87a09461111a423a433 (patch) | |
tree | c28c4580ea67c15705d0b9a1b0446ee68c674297 /ChangeLog | |
parent | 8e58439c92250cde8aae7c2313d08578070b95bb (diff) | |
download | glibc-32b4c8393f6db8b0bbf9c87a09461111a423a433.tar.gz glibc-32b4c8393f6db8b0bbf9c87a09461111a423a433.tar.xz glibc-32b4c8393f6db8b0bbf9c87a09461111a423a433.zip |
Provide static initializer for _dl_pagesize in statically linked code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 03b02d3319..2736b979cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-09-11 Ulrich Drepper <drepper@gmail.com> + + * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE. + 2011-09-10 Ulrich Drepper <drepper@gmail.com> * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of __set_errno. |