aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-28 19:38:25 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-28 19:38:25 +0000
commitf3a1975474102f51d4276fb1bde7e48dadab0757 (patch)
tree2359d00ab9f61390b7c026d5dcf1a175c6c82387 /nptl/ChangeLog
parent539842a4ea456e0caabc7dc00d46daa1a97c8c07 (diff)
downloadglibc-f3a1975474102f51d4276fb1bde7e48dadab0757.tar
glibc-f3a1975474102f51d4276fb1bde7e48dadab0757.tar.gz
glibc-f3a1975474102f51d4276fb1bde7e48dadab0757.tar.bz2
glibc-f3a1975474102f51d4276fb1bde7e48dadab0757.zip
Update.
2004-06-28 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Return EINVAL if tv_nsec is negative, instead of tv_sec. * sysdeps/pthread/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock): 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 e1df427a28..275d1a7ff5 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-28 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/pthread/pthread_rwlock_timedwrlock.c
+ (pthread_rwlock_timedwrlock): Return EINVAL if tv_nsec is negative,
+ instead of tv_sec.
+ * sysdeps/pthread/pthread_rwlock_timedrdlock.c
+ (pthread_rwlock_timedrdlock): Likewise.
+
2004-06-22 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/s390/lowlevellock.h (lll_futex_requeue):