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