diff options
Diffstat (limited to 'nptl/tst-cond8.c')
-rw-r--r-- | nptl/tst-cond8.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-cond8.c b/nptl/tst-cond8.c index 48451e7813..9c97a96fac 100644 --- a/nptl/tst-cond8.c +++ b/nptl/tst-cond8.c @@ -52,6 +52,8 @@ ch (void *arg) puts ("ch: cannot unlock mutex"); exit (1); } + + puts ("ch done"); } |