fix getaddrinfo regression with AI_ADDRCONFIG on some configurations
[musl.git] / src / thread / pthread_mutex_destroy.c
blob6d49e689892265e02884cd451d719ab2bed80361
1 #include <pthread.h>
3 int pthread_mutex_destroy(pthread_mutex_t *mutex)
5 return 0;