summaryrefslogtreecommitdiff
path: root/tests/condvar8.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/condvar8.c')
-rw-r--r--tests/condvar8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar8.c b/tests/condvar8.c
index 3522546..d1076e3 100644
--- a/tests/condvar8.c
+++ b/tests/condvar8.c
@@ -110,7 +110,7 @@ mythread(void * arg)
assert(pthread_mutex_unlock(&cvthing.lock) == 0);
- return 0;
+ return (void *) 0;
}
int