mirror of
https://github.com/ziglang/zig.git
synced 2026-01-24 16:25:25 +00:00
7 lines
88 B
C
7 lines
88 B
C
#include "pthread_impl.h"
|
|
|
|
int pthread_cond_broadcast(pthread_cond_t *c)
|
|
{
|
|
return 0;
|
|
}
|