mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 19:57:37 +00:00
missed detail in cancellation bloat fix
This commit is contained in:
parent
730bee725a
commit
56385dd5fe
@ -131,5 +131,5 @@ void pthread_exit(void *result)
|
||||
struct pthread *self = pthread_self();
|
||||
struct __ptcb cb = { .__next = self->cancelbuf };
|
||||
self->result = result;
|
||||
__pthread_unwind_next(&cb);
|
||||
__pthread_do_unwind(&cb);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user