• R
    small fix for new pthread cleanup stuff · 2230218c
    Rich Felker 提交于
    even if pthread_create/exit code is not linked, run flag needs to be
    checked and cleanup function potentially run on pop. thus, move the
    code to the module that's always linked when pthread_cleanup_push/pop
    is used.
    2230218c
pthread_create.c 3.3 KB