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