From: Jakub Jelinek Date: Thu, 27 Mar 2003 12:43:08 +0000 (+0000) Subject: Fix offset of cleanupbuf.__prev. X-Git-Tag: upstream/2.30~19587 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ec5130254cbd3265e61cc59304a48dbf37a8d21;p=external%2Fglibc.git Fix offset of cleanupbuf.__prev. --- 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. */