diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-04 23:12:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-04 23:12:44 +0000 |
commit | 382054020099eb8d0350a305d3719f92317e7912 (patch) | |
tree | 7f9e7d60dcf41cfe4cc9a62d62468cebef62fefe /nptl/ChangeLog | |
parent | fc2803cc4250fb556fac42fff1a13e0f3ed1c703 (diff) | |
download | glibc-382054020099eb8d0350a305d3719f92317e7912.tar.gz glibc-382054020099eb8d0350a305d3719f92317e7912.tar.xz glibc-382054020099eb8d0350a305d3719f92317e7912.zip |
Update.
2004-07-04 Matthew Reppert <arashi@kai.vm.bytemark.co.uk> * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver instead of libc_hidden_def.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1b6f3d764c..8a81100cf4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2004-07-04 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S + (pthread_rwlock_timedrdlock): Use cmpq instead of cmpl to check + for valid tv_nsec. + * tst-rwlock14.c (do_test): Test for invalid tv_nsec equal to + 1 billion and 64-bit tv_nsec which is valid when truncated to 32 + bits. + 2004-06-29 Roland McGrath <roland@redhat.com> * Banner: NPTL no longer has its own version number. |