mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 07:02:41 +00:00
7 lines
87 B
C
7 lines
87 B
C
![]() |
#include <pthread.h>
|
||
|
|
||
|
int pthread_mutex_destroy(pthread_mutex_t *mutex)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|