]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/tst-rwlock6.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 16 Feb 2003 10:57:38 +0000 (10:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 16 Feb 2003 10:57:38 +0000 (10:57 +0000)
commit0a37669aa5d98875e783df75681f035a905b7f31
tree611caab21da3070beafe7c4739c2fae616321f04
parent1564916ab9ef4e2ce673cd5fb3123c067e4a787d
Update.

* tst-rwlock6.c: More pthread_rwlock_timedwrlock and
pthread_rwlock_timedrdlock tests.
* tst-rwlock7.c: More pthread_rwlock_timedwrlock tests.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
Check for invalid tv_nsec field.
* sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
Likewise.

* pthread_mutex_trylock.c (__pthread_mutex_trylock): Protect
recursive mutex of overflow.

* tst-attr1.c (do_test): Add test for pthread_mutexattr_setpshared.
nptl/ChangeLog
nptl/pthread_mutex_trylock.c
nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
nptl/tst-attr1.c
nptl/tst-clock1.c
nptl/tst-rwlock6.c
nptl/tst-rwlock7.c
nptl/tst-umask1.c