diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 08:17:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-27 08:17:46 +0000 |
commit | 7d7ff54cb9152548227f42e1cf7336447f48ec2a (patch) | |
tree | e1ddccb3779dab26b47cd5f78507feefb428c426 /nptl/sysdeps/unix/sysv/linux | |
parent | 7539c7ecfda06eeae987fc53815523a70938073a (diff) | |
download | glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.tar glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.tar.gz glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.tar.bz2 glibc-7d7ff54cb9152548227f42e1cf7336447f48ec2a.zip |
Update.
2003-06-27 Ulrich Drepper <drepper@redhat.com>
* rt/Makefile (CFLAGS-librt-cancellation.c): Define.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S index 2eba326fa3..f09be4403d 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S @@ -334,8 +334,9 @@ versioned_symbol (libpthread, __pthread_cond_timedwait, pthread_cond_timedwait, .type __condvar_tw_cleanup3, @function __condvar_tw_cleanup3: - leal wakeup_seq(%edx), %ebx # XXX Is this correct? %edx preserved? + movl 40(%esp), %ebx .LSbl5: + jmp __condvar_tw_cleanup .size __condvar_tw_cleanup3, .-__condvar_tw_cleanup3 .type __condvar_tw_cleanup2, @function __condvar_tw_cleanup2: |