diff options
Diffstat (limited to 'tests/condvar1_2.c')
-rw-r--r-- | tests/condvar1_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar1_2.c b/tests/condvar1_2.c index 503e821..ff71fc6 100644 --- a/tests/condvar1_2.c +++ b/tests/condvar1_2.c @@ -116,7 +116,7 @@ main() } while (j > 0); - assert(pthread_join(t, (void **) &result) == 0); + assert(pthread_join(t, (void *) &result) == 0); assert (result == 0); } |