diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-20 14:13:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-20 14:13:14 -0700 |
commit | ab49e7630f88ba9cc165dd2d855938c14ae4e158 (patch) | |
tree | 1a6858662a25f66fb13a1533c75e854754a1ce3c /ChangeLog | |
parent | f50277c19df0937ea9691ab7e7c642ecd3ed3d94 (diff) | |
download | glibc-ab49e7630f88ba9cc165dd2d855938c14ae4e158.tar glibc-ab49e7630f88ba9cc165dd2d855938c14ae4e158.tar.gz glibc-ab49e7630f88ba9cc165dd2d855938c14ae4e158.tar.bz2 glibc-ab49e7630f88ba9cc165dd2d855938c14ae4e158.zip |
Make internal lock-init macros return void.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2014-10-20 Roland McGrath <roland@hack.frob.com> + + * sysdeps/nptl/bits/libc-lock.h + [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)] + (__libc_lock_init_recursive): Return void, not 0. + * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise. + (__libc_rwlock_init): Likewise. + * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise. + 2014-10-20 Torvald Riegel <triegel@redhat.com> [BZ #15215] |