Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 18 Jun 2004 04:29:42 +0000 (04:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 18 Jun 2004 04:29:42 +0000 (04:29 +0000)
commit7c3164bc6650ceeecd67841dfb8fcf399d12a93f
tree23a7016e21d2848ec2d3fdfa1b8dc1abcf3e85d4
parent72e615009bfde798692487d04ae548d15eb423ba
Update.

2004-06-17  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/pthread/pthread_cond_timedwait.c
(__pthread_cond_timedwait): Also check for negativ nanoseconds.
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
(__pthread_cond_timedwait): Check for invalid nanosecond in
timeout value.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
* tst-cond19.c: New file.
* Makefile: Add rules to build and run tst-cond19.
nptl/ChangeLog
nptl/Makefile
nptl/sysdeps/pthread/pthread_cond_timedwait.c
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S
nptl/tst-cond19.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/memcpy.S
sysdeps/unix/sysv/linux/sched_setaffinity.c