Prevent warning in test-pthread

This commit is contained in:
Christian Helmuth 2020-10-28 15:38:43 +01:00
parent 3d23c8c419
commit e339dd542c

View File

@ -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);
}