提交 56385dd5 编写于 作者: R Rich Felker

missed detail in cancellation bloat fix

上级 730bee72
......@@ -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);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册