Edit

IABSD.fr/src/lib/libc/thread

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2026-03-27 12:26:58
    Hash : ceb7e02c
    Message : Make pthread_mutex_destroy() not error out for mutexes that were initalized with PTHREAD_MUTEX_INITIALIZER but not used. Unify handling of mutexp == NULL in both version of pthread_mutex_destroy() and ensure that *mutexp == NULL is not considered an error. Problem found by tb@ with rpki-client. OK kettenis@ tb@