about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-robust9.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/tst-robust9.c')
-rw-r--r--sysdeps/pthread/tst-robust9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/pthread/tst-robust9.c b/sysdeps/pthread/tst-robust9.c
index befc14f2d8..532aebc4e9 100644
--- a/sysdeps/pthread/tst-robust9.c
+++ b/sysdeps/pthread/tst-robust9.c
@@ -14,10 +14,10 @@ tf (void *data)
   int err = pthread_mutex_lock (&m);
   if (err == EOWNERDEAD)
     {
-      err = pthread_mutex_consistent_np (&m);
+      err = pthread_mutex_consistent (&m);
       if (err)
 	{
-	  puts ("pthread_mutex_consistent_np");
+	  puts ("pthread_mutex_consistent");
 	  exit (1);
 	}
     }