mirror of
https://github.com/fluencelabs/musl
synced 2025-05-30 08:01:38 +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;
|
|
}
|