about summary refs log tree commit diff
path: root/nptl/pthread_mutexattr_settype.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_mutexattr_settype.c')
-rw-r--r--nptl/pthread_mutexattr_settype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/pthread_mutexattr_settype.c b/nptl/pthread_mutexattr_settype.c
index 8c4d11f998..988793bbbf 100644
--- a/nptl/pthread_mutexattr_settype.c
+++ b/nptl/pthread_mutexattr_settype.c
@@ -40,4 +40,5 @@ __pthread_mutexattr_settype (pthread_mutexattr_t *attr, int kind)
   return 0;
 }
 weak_alias (__pthread_mutexattr_settype, pthread_mutexattr_setkind_np)
-strong_alias (__pthread_mutexattr_settype, pthread_mutexattr_settype)
+weak_alias (__pthread_mutexattr_settype, pthread_mutexattr_settype)
+hidden_def (__pthread_mutexattr_settype)