aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/pt-condattr-init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-condattr-init.c')
-rw-r--r--sysdeps/htl/pt-condattr-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-condattr-init.c b/sysdeps/htl/pt-condattr-init.c
index 90f5d1b..2e68a92 100644
--- a/sysdeps/htl/pt-condattr-init.c
+++ b/sysdeps/htl/pt-condattr-init.c
@@ -28,4 +28,4 @@ __pthread_condattr_init (pthread_condattr_t *attr)
return 0;
}
-strong_alias (__pthread_condattr_init, pthread_condattr_init);
+weak_alias (__pthread_condattr_init, pthread_condattr_init);