diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-09-27 07:59:26 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-09-27 07:59:26 +0530 |
commit | c8886d0abff2b2b16870751fc2101d4f3744a406 (patch) | |
tree | c1aefaa19a47659a581846ee8d0497638f087e16 /ChangeLog | |
parent | f4518a17e3c7417b8cbff9634f51b7a99d433c92 (diff) | |
download | glibc-c8886d0abff2b2b16870751fc2101d4f3744a406.zip glibc-c8886d0abff2b2b16870751fc2101d4f3744a406.tar.gz glibc-c8886d0abff2b2b16870751fc2101d4f3744a406.tar.bz2 |
Use the mutex member of the argumen in __libc_lock_*_recursive
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-09-27 Siddhesh Poyarekar <siddhesh@redhat.com> + + * nptl/sysdeps/pthread/bits/libc-lock.h [_LIBC && + (!NOT_IN_libc || IS_IN_libpthread)] + (__libc_lock_fini_recursive): Use the mutex member of the + argument. + (__libc_lock_trylock_recursive): Likewise. + (__libc_lock_unlock_recursive): Likewise. + 2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/stackguard-macros.h: New file. |