aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_setschedparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_setschedparam.c')
-rw-r--r--nptl/pthread_setschedparam.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/pthread_setschedparam.c b/nptl/pthread_setschedparam.c
index f662405..cdba80c 100644
--- a/nptl/pthread_setschedparam.c
+++ b/nptl/pthread_setschedparam.c
@@ -25,7 +25,7 @@
int
-pthread_setschedparam (thread_id, policy, param)
+__pthread_setschedparam (thread_id, policy, param)
pthread_t thread_id;
int policy;
const struct sched_param *param;
@@ -57,3 +57,4 @@ pthread_setschedparam (thread_id, policy, param)
return result;
}
+strong_alias (__pthread_setschedparam, pthread_setschedparam)