about summary refs log tree commit diff
path: root/sysdeps/htl/pt-setschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pt-setschedparam.c')
-rw-r--r--sysdeps/htl/pt-setschedparam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-setschedparam.c b/sysdeps/htl/pt-setschedparam.c
index 32736959db..0bc74e8e6a 100644
--- a/sysdeps/htl/pt-setschedparam.c
+++ b/sysdeps/htl/pt-setschedparam.c
@@ -26,5 +26,5 @@ __pthread_setschedparam (pthread_t thread, int policy,
   return ENOSYS;
 }
 
-strong_alias (__pthread_setschedparam, pthread_setschedparam);
+weak_alias (__pthread_setschedparam, pthread_setschedparam);
 stub_warning (pthread_setschedparam)