aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-23 23:49:41 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-23 23:49:41 +0000
commitdcc73a8ddac3311936c9737f8ebbf2f448bc1f8f (patch)
tree0899785a64542b68ec688426feae299856de9000 /nptl/ChangeLog
parent9256e5794fea8a5e0fd60f141a74df9056c4719d (diff)
downloadglibc-dcc73a8ddac3311936c9737f8ebbf2f448bc1f8f.tar
glibc-dcc73a8ddac3311936c9737f8ebbf2f448bc1f8f.tar.gz
glibc-dcc73a8ddac3311936c9737f8ebbf2f448bc1f8f.tar.bz2
glibc-dcc73a8ddac3311936c9737f8ebbf2f448bc1f8f.zip
* pthread_mutex_destroy.c: Set mutex type to an invalid value.
* pthread_mutex_lock.c: Return EINVAL for invalid mutex type. * pthread_mutex_trylock.c: Likewise. * pthread_mutex_timedlock.c: Likewise. * pthread_mutex_unlock.c: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 9a171ef204..74cf9a9c57 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2005-12-23 Ulrich Drepper <drepper@redhat.com>
+
+ * pthread_mutex_destroy.c: Set mutex type to an invalid value.
+ * pthread_mutex_lock.c: Return EINVAL for invalid mutex type.
+ * pthread_mutex_trylock.c: Likewise.
+ * pthread_mutex_timedlock.c: Likewise.
+ * pthread_mutex_unlock.c: Likewise.
+
2005-12-22 Roland McGrath <roland@redhat.com>
* sysdeps/pthread/sigaction.c: Use "" instead of <> to include self,