mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 06:14:33 +00:00
6 lines
92 B
C
Vendored
6 lines
92 B
C
Vendored
#include "pthread_impl.h"
|
|
|
|
int pthread_barrier_destroy(pthread_barrier_t *b)
|
|
{
|
|
return 0;
|
|
}
|