about summary refs log tree commit diff
path: root/sysdeps/pthread/tst-robust7.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/tst-robust7.c')
-rw-r--r--sysdeps/pthread/tst-robust7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/tst-robust7.c b/sysdeps/pthread/tst-robust7.c
index bcf72916d1..3ea7deb260 100644
--- a/sysdeps/pthread/tst-robust7.c
+++ b/sysdeps/pthread/tst-robust7.c
@@ -89,7 +89,7 @@ do_test (void)
       return 1;
     }
 
-  if (pthread_mutexattr_setrobust_np (&a, PTHREAD_MUTEX_ROBUST_NP) != 0)
+  if (pthread_mutexattr_setrobust (&a, PTHREAD_MUTEX_ROBUST_NP) != 0)
     {
       puts ("mutexattr_setrobust failed");
       return 1;