diff options
Diffstat (limited to 'tests/condvar9.c')
-rw-r--r-- | tests/condvar9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar9.c b/tests/condvar9.c index 9b4f2f8..7d24d09 100644 --- a/tests/condvar9.c +++ b/tests/condvar9.c @@ -111,7 +111,7 @@ mythread(void * arg) assert(pthread_mutex_unlock(&cvthing.lock) == 0); - return 0; + return (void *) 0; } int |