diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-13 08:04:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-13 08:04:27 +0000 |
commit | 3730d95c778f794fff48574c95d6658d6d5224ed (patch) | |
tree | f8adba96ea8c06f8ed8ad97e137ef2ef26189063 /nptl/ChangeLog | |
parent | 2a1ece14a516ff546f38f5e2a68a23f0cd8a6701 (diff) | |
download | glibc-3730d95c778f794fff48574c95d6658d6d5224ed.tar glibc-3730d95c778f794fff48574c95d6658d6d5224ed.tar.gz glibc-3730d95c778f794fff48574c95d6658d6d5224ed.tar.bz2 glibc-3730d95c778f794fff48574c95d6658d6d5224ed.zip |
Update.
2004-02-13 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S
(__pthread_cond_timedwait): Get internal lock in case timeout has
passed before the futex syscall.
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ef9aa2d36b..351ff05041 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2004-02-13 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S + (__pthread_cond_timedwait): Get internal lock in case timeout has + passed before the futex syscall. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise. + 2004-01-20 Ulrich Drepper <drepper@redhat.com> * allocatestack.c: Pretty printing. |