shithub: npe

ref: bd64760ce92e4da423a9330021e8f09b0de5fc73
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;
}