mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix offset of cleanupbuf.__prev.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user