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