mirror of
https://github.com/fluencelabs/musl
synced 2025-06-27 21:52:02 +00:00
7 lines
96 B
C
7 lines
96 B
C
#include "pthread_impl.h"
|
|
|
|
int pthread_mutexattr_destroy(pthread_mutexattr_t *a)
|
|
{
|
|
return 0;
|
|
}
|