* pthread_mutex_destroy.c: Set mutex type to an invalid value.
commitdcc73a8ddac3311936c9737f8ebbf2f448bc1f8f
authorUlrich Drepper <drepper@redhat.com>
Fri, 23 Dec 2005 23:49:41 +0000 (23 23:49 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Dec 2005 23:49:41 +0000 (23 23:49 +0000)
tree0899785a64542b68ec688426feae299856de9000
parent9256e5794fea8a5e0fd60f141a74df9056c4719d
* 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.
nptl/ChangeLog
nptl/pthread_mutex_destroy.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_trylock.c
nptl/pthread_mutex_unlock.c