diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-01 13:08:30 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-01 13:08:30 -0700 |
commit | c727f0325376e202d095be718daf64661409e499 (patch) | |
tree | 887be4f711bfce4dc4be6c0308ab2f0fee4e4981 /ChangeLog | |
parent | a849e800352ac5068dc6f1191c86ff62ba014c61 (diff) | |
download | glibc-c727f0325376e202d095be718daf64661409e499.tar glibc-c727f0325376e202d095be718daf64661409e499.tar.gz glibc-c727f0325376e202d095be718daf64661409e499.tar.bz2 glibc-c727f0325376e202d095be718daf64661409e499.zip |
Deconditionalize use of LLL_LOCK_INITIALIZER in bits/libc-lock.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-05-01 Roland McGrath <roland@hack.frob.com> + + * 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 <schwab@linux-m68k.org> * nscd/nscd-client.h: Include <string.h>. |