mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
7 lines
92 B
C
Vendored
7 lines
92 B
C
Vendored
#include "pthread_impl.h"
|
|
|
|
int pthread_barrier_destroy(pthread_barrier_t *b)
|
|
{
|
|
return 0;
|
|
}
|