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