summaryrefslogtreecommitdiff
path: root/nptl/tst-robust8.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-robust8.c')
-rw-r--r--nptl/tst-robust8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-robust8.c b/nptl/tst-robust8.c
index 9c636250d4..80a129122b 100644
--- a/nptl/tst-robust8.c
+++ b/nptl/tst-robust8.c
@@ -253,7 +253,9 @@ do_test (void)
{
printf ("mutex_destroy %d in round %d failed with %d\n",
n + 1, round, e);
+#ifndef OPAQUE_STRUCTS
printf("nusers = %d\n", (int) map[n].__data.__nusers);
+#endif
return 1;
}
}