• R
    fix missing declarations for pthread_join extensions in source file · 3541925f
    Rich Felker 提交于
    per policy, define the feature test macro to get declarations for the
    pthread_tryjoin_np and pthread_timedjoin_np functions. in the past
    this has been only for checking; with 32-bit archs getting 64-bit
    time_t it will also be necessary for symbols to get redirected
    correctly.
    3541925f
pthread_join.c 1.1 KB