summaryrefslogtreecommitdiff
path: root/rt/tst-clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/tst-clock.c')
-rw-r--r--rt/tst-clock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/tst-clock.c b/rt/tst-clock.c
index 37b4619ddb..f2f18874a5 100644
--- a/rt/tst-clock.c
+++ b/rt/tst-clock.c
@@ -113,6 +113,8 @@ do_test (void)
if (clock_getcpuclockid (0, &cl) == 0)
/* XXX It's not yet a bug when this fails. */
clock_test (cl);
+ else
+ printf("CPU clock unavailble, skipping test\n");
return result;
}