mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-03 16:22:55 +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;
|
|
}
|