6 lines
87 B
C
6 lines
87 B
C
#include <pthread.h>
|
|
|
|
int pthread_mutex_destroy(pthread_mutex_t *mutex)
|
|
{
|
|
return 0;
|
|
}
|