From 2ec5130254cbd3265e61cc59304a48dbf37a8d21 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 27 Mar 2003 12:43:08 +0000 Subject: [PATCH] Fix offset of cleanupbuf.__prev. --- nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5db7e47..dc77ee7 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 @@ -220,7 +220,7 @@ __pthread_cond_timedwait: jne 10f /* Remove cancellation handler. */ -11: movl 20+CLEANUP_PREV(%esp), %edx +11: movl 28+CLEANUP_PREV(%esp), %edx movl %edx, %gs:CLEANUP /* Trick ahead: (%esp) contains the address of the mutex. */ -- 2.7.4