shithub: npe

ref: 95b60462d104de5f64bdf5cfba9a1ffab6e77e73
dir: /libnpe_pthread/pthread_mutex_unlock.c/

View raw version
#include "_pthread.h"

int
pthread_mutex_unlock(pthread_mutex_t *const mutex)
{
    qunlock(mutex);
    return 0;
}