summary refs log tree commit diff
path: root/sysdeps/htl/pt-attr-destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-attr-destroy.c')
-rw-r--r--sysdeps/htl/pt-attr-destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-attr-destroy.c b/sysdeps/htl/pt-attr-destroy.c
index 4e2162f0ed..e7f408db66 100644
--- a/sysdeps/htl/pt-attr-destroy.c
+++ b/sysdeps/htl/pt-attr-destroy.c
@@ -24,4 +24,4 @@ __pthread_attr_destroy (pthread_attr_t *attr)
 {
   return 0;
 }
-strong_alias (__pthread_attr_destroy, pthread_attr_destroy);
+weak_alias (__pthread_attr_destroy, pthread_attr_destroy);