From c727f0325376e202d095be718daf64661409e499 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 1 May 2014 13:08:30 -0700 Subject: Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8988b9445..2539d1e893 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2014-05-01 Roland McGrath + + * nptl/sysdeps/pthread/bits/libc-lock.h + [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)] + (__libc_lock_define_initialized_recursive): Always define using + initializer. Modern compilers treat uninitialized (implicit zero) and + explicit zero initializers the same (i.e. put the datum in bss). + 2014-05-01 Andreas Schwab * nscd/nscd-client.h: Include . -- cgit 1.4.1