mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 11:55:24 +00:00
Prevent warning in test-pthread
This commit is contained in:
parent
3d23c8c419
commit
e339dd542c
@ -890,7 +890,7 @@ struct Test_cond_timed
|
||||
}
|
||||
|
||||
if (timedwait && !timed_out) {
|
||||
printf("waiter%s: pthread_cond_timedwait did not time-out!\n");
|
||||
printf("waiter%s: pthread_cond_timedwait did not time-out!\n", note);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user