From 7d7ff54cb9152548227f42e1cf7336447f48ec2a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 27 Jun 2003 08:17:46 +0000 Subject: Update. 2003-06-27 Ulrich Drepper * rt/Makefile (CFLAGS-librt-cancellation.c): Define. --- nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/sysdeps/unix') 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: -- cgit v1.2.3