mirror of
https://github.com/fluencelabs/musl
synced 2025-06-03 01:51:51 +00:00
7 lines
86 B
C
7 lines
86 B
C
|
#include "pthread_impl.h"
|
||
|
|
||
|
int pthread_cond_destroy(pthread_cond_t *c)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|