shithub: npe

ref: a93739a92b9ecfd3b2e98da41b78f5fa441b2583
dir: /libnpe_pthread/pthread_mutex_destroy.c/

View raw version
#include "_pthread.h"

int
pthread_mutex_destroy(pthread_mutex_t *const mutex)
{
	USED(mutex);
    return 0;
}