diff options
Diffstat (limited to 'tests/condvar5.c')
-rw-r--r-- | tests/condvar5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/condvar5.c b/tests/condvar5.c index ff5ad70..3b016b9 100644 --- a/tests/condvar5.c +++ b/tests/condvar5.c @@ -118,7 +118,7 @@ main() cvthing.shared = 0; - assert((t[0] = pthread_self()) != NULL); + assert((t[0] = pthread_self()).p != NULL); assert(cvthing.notbusy == PTHREAD_COND_INITIALIZER); |