summaryrefslogtreecommitdiff
path: root/src/threads/cnd_broadcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/cnd_broadcast.c')
-rw-r--r--src/threads/cnd_broadcast.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/threads/cnd_broadcast.c b/src/threads/cnd_broadcast.c
index c8a66798..75fb529c 100644
--- a/src/threads/cnd_broadcast.c
+++ b/src/threads/cnd_broadcast.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <threads.h>
#include <pthread.h>
@@ -9,3 +11,6 @@ int cnd_broadcast(cnd_t *cond)
/*
STDC(201112)
*/
+
+
+#endif