about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-11-29 01:21:58 -0500
committerCarlos O'Donell <carlos@redhat.com>2014-11-29 01:21:58 -0500
commit6d03458e40bdb08d99d05bc7b298b00ad77d8e2b (patch)
tree3ab9cccfdc7feb32a39117794a0b4b77a2ce3d2c /ChangeLog
parent97114a383fc167a64b0c85c9c5eaeb4f3ecd28f9 (diff)
downloadglibc-6d03458e40bdb08d99d05bc7b298b00ad77d8e2b.tar.gz
glibc-6d03458e40bdb08d99d05bc7b298b00ad77d8e2b.tar.xz
glibc-6d03458e40bdb08d99d05bc7b298b00ad77d8e2b.zip
Use ALIGN_UP in nptl/nptl-init.c
Replace bespoke code to align a value with
the ALIGN_UP macro to make it easier to read.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39e70e130c..5c49d7dc72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
 
+	* nptl/nptl-init.c: Include libc-internal.h.
+	(__pthread_initialize_minimal_internal): Use ROUND_UP.
+
 	* elf/ldconfig.c (search_dir): Expand comment.
 
 2014-11-29  Joseph Myers  <joseph@codesourcery.com>