mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 20:51:53 +00:00
7 lines
94 B
C
7 lines
94 B
C
#include "pthread_impl.h"
|
|
|
|
int pthread_condattr_destroy(pthread_condattr_t *a)
|
|
{
|
|
return 0;
|
|
}
|