summaryrefslogtreecommitdiff
path: root/tests/condvar3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/condvar3.c')
-rw-r--r--tests/condvar3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar3.c b/tests/condvar3.c
index deb130a..a25c15a 100644
--- a/tests/condvar3.c
+++ b/tests/condvar3.c
@@ -67,7 +67,7 @@ mythread(void * arg)
assert(pthread_cond_signal(&cv) == 0);
- return 0;
+ return (void *) 0;
}
int