blob: 1f60996875cdda4eef909bdbae0b66888afd073f [file]
#include <pthread.h>
int pthread_mutex_destroy(pthread_mutex_t* mutex) {
return 0;
}