• R
    fix static linking dependency bloat with cancellation · 730bee72
    Rich Felker 提交于
    previously, pthread_cleanup_push/pop were pulling in all of
    pthread_create due to dependency on the __pthread_unwind_next
    function. this was not needed, as cancellation cleanup handlers can
    never be called unless pthread_exit or pthread_cancel is reachable.
    730bee72
cancellation2.s 501 字节