mirror of
https://github.com/fluencelabs/musl
synced 2025-05-31 08:31:39 +00:00
7 lines
92 B
C
7 lines
92 B
C
|
#include "pthread_impl.h"
|
||
|
|
||
|
int pthread_barrier_destroy(pthread_barrier_t *b)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|