aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-14 15:52:46 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-14 15:52:46 -0800
commit402cd98775db1478f64c9b0dbe00664b89eb2773 (patch)
tree6f31d3ded0c66326d28e0fa447fc51f586c0ff03 /nptl/ChangeLog
parent346bc35c33fa08e23d7774d374b0e2586ca5dab6 (diff)
downloadglibc-402cd98775db1478f64c9b0dbe00664b89eb2773.tar
glibc-402cd98775db1478f64c9b0dbe00664b89eb2773.tar.gz
glibc-402cd98775db1478f64c9b0dbe00664b89eb2773.tar.bz2
glibc-402cd98775db1478f64c9b0dbe00664b89eb2773.zip
Actually define pthread_mutex_consistent.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index aa28d8231d..66f5255e2a 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-14 Ulrich Drepper <drepper@redhat.com>
+
+ * Versions: Add pthread_mutex_consistent for GLIBC_2.12.
+ * pthread_mutex_consistent.c: Define alias pthread_mutex_consistent.
+
2010-01-12 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread.h: Cleanup. Fix up for XPG7.