aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_barrier_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_barrier_destroy.c')
-rw-r--r--src/thread/pthread_barrier_destroy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_barrier_destroy.c b/src/thread/pthread_barrier_destroy.c
index 4ce0b2e1..27c04464 100644
--- a/src/thread/pthread_barrier_destroy.c
+++ b/src/thread/pthread_barrier_destroy.c
@@ -13,3 +13,11 @@ int pthread_barrier_destroy(pthread_barrier_t *b)
}
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif