summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-02-15 15:28:38 +0100
committerMark Wielaard <mark@klomp.org>2017-02-15 15:32:45 +0100
commitcb379c4d7859848572c224f7bebd107b02adcfd6 (patch)
tree0b75974d35218d57f796574c0507f1b04a4bc430 /lib/ChangeLog
parent29173849c445b178a97e400c071f25629a4f8b9f (diff)
downloadelfutils-cb379c4d7859848572c224f7bebd107b02adcfd6.tar.gz
Always use the same method to query the system page size
This makes it easier to write a replacement for it on systems where sysconf(3) doesn't exist. Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5ccf4d6b..6578ddba 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-15 Ulf Hermann <ulf.hermann@qt.io>
+
+ * crc32_file.c: Use _SC_PAGESIZE rather than _SC_PAGE_SIZE.
+
2017-02-14 Ulf Hermann <ulf.hermann@qt.io>
* color.h: New file.