From 6d03458e40bdb08d99d05bc7b298b00ad77d8e2b Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Sat, 29 Nov 2014 01:21:58 -0500 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39e70e130c..5c49d7dc72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-11-29 Carlos O'Donell + * 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 -- cgit 1.4.1