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