aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/tst-mutex9.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/tst-mutex9.c')
-rw-r--r--sysdeps/pthread/tst-mutex9.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/pthread/tst-mutex9.c b/sysdeps/pthread/tst-mutex9.c
index 2d7927b7c2..bfc01f8c75 100644
--- a/sysdeps/pthread/tst-mutex9.c
+++ b/sysdeps/pthread/tst-mutex9.c
@@ -133,7 +133,9 @@ do_test (void)
{
do_test_clock (CLOCK_USE_TIMEDLOCK);
do_test_clock (CLOCK_REALTIME);
+#ifndef ENABLE_PI
do_test_clock (CLOCK_MONOTONIC);
+#endif
return 0;
}