diff options
author | Jakub Jelinek <jakub@redhat.com> | 2003-03-27 12:43:08 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2003-03-27 12:43:08 +0000 |
commit | 2ec5130254cbd3265e61cc59304a48dbf37a8d21 (patch) | |
tree | d9f7b4bff8d5990260b969508700a366daf61d76 /nptl | |
parent | 374d9002ce875dc5ea257fe92c8737cdb9e62b61 (diff) | |
download | glibc-2ec5130254cbd3265e61cc59304a48dbf37a8d21.tar.gz glibc-2ec5130254cbd3265e61cc59304a48dbf37a8d21.tar.xz glibc-2ec5130254cbd3265e61cc59304a48dbf37a8d21.zip |
Fix offset of cleanupbuf.__prev.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S | 2 |
1 files changed, 1 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 5db7e47265..dc77ee7e7d 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. */ |