about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-robust8.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/tst-robust8.c')
-rw-r--r--sysdeps/pthread/tst-robust8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/tst-robust8.c b/sysdeps/pthread/tst-robust8.c
index 27dd53d2c3..8f135cb516 100644
--- a/sysdeps/pthread/tst-robust8.c
+++ b/sysdeps/pthread/tst-robust8.c
@@ -92,7 +92,7 @@ mutex_timedlock of %d in thread %ld failed with %d\n",
 	    }
 
 	  if (e == EOWNERDEAD)
-	    pthread_mutex_consistent_np (&map[r]);
+	    pthread_mutex_consistent (&map[r]);
 
 	  if (e == 0 || e == EOWNERDEAD)
 	    state[r] = 1;