summary refs log tree commit diff
path: root/nptl/tst-cond8.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-cond8.c')
-rw-r--r--nptl/tst-cond8.c2
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");
 }