diff options
Diffstat (limited to 'tests/condvar8.c')
-rw-r--r-- | tests/condvar8.c | 2 |
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 |