diff options
Diffstat (limited to 'tests/condvar5.c')
-rw-r--r-- | tests/condvar5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar5.c b/tests/condvar5.c index d406a2b..d0d15a1 100644 --- a/tests/condvar5.c +++ b/tests/condvar5.c @@ -73,7 +73,7 @@ mythread(void * arg) assert(pthread_cond_broadcast(&cvthing.notbusy) == 0); - return 0; + return (void *) 0; } int |