diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-14 16:46:32 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-14 16:46:32 -0800 |
commit | 78ee21859939ff75ccf8bbe00499b0c462df2e2d (patch) | |
tree | 58642e125de36c5468cf871ba09e9daa7fb5b299 /nptl/ChangeLog | |
parent | 21dfc00031ebb523314475a7ed5141eace23404b (diff) | |
download | glibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.tar glibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.tar.gz glibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.tar.bz2 glibc-78ee21859939ff75ccf8bbe00499b0c462df2e2d.zip |
Actually define and export pthread_mutexattr_[sg]etrobust.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 66f5255e2a..e4185e020f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,7 +1,12 @@ 2010-01-14 Ulrich Drepper <drepper@redhat.com> - * Versions: Add pthread_mutex_consistent for GLIBC_2.12. + * Versions: Add pthread_mutex_consistent, pthread_mutexattr_getrobust, + and pthread_mutexattr_setrobust for GLIBC_2.12. * pthread_mutex_consistent.c: Define alias pthread_mutex_consistent. + * pthread_mutexattr_getrobust.c: Define alias + pthread_mutexattr_getrobust. + * pthread_mutexattr_setrobust.c: Define alias + pthread_mutexattr_setrobust. 2010-01-12 Ulrich Drepper <drepper@redhat.com> |