• R
    fix pthread_join wait call: thread termination tid futex is not private · eb351a9e
    Rich Felker 提交于
    this seeme to be the bug that prevented enabling of private futex
    support. i'm going to hold off on switching to private futexes until
    after the next release, and until i get a chance to audit all
    wait/wake calls to make sure they're using the correct private
    argument, but with this change it should be safe to enable private
    futex support.
    eb351a9e
pthread_join.c 271 字节