• R
    make dlerror state and message thread-local and dynamically-allocated · 01d42747
    Rich Felker 提交于
    this fixes truncation of error messages containing long pathnames or
    symbol names.
    
    the dlerror state was previously required by POSIX to be global. the
    resolution of bug 97 relaxed the requirements to allow thread-safe
    implementations of dlerror with thread-local state and message buffer.
    01d42747
pthread_create.c 8.5 KB