From 8361400815265a29038f6833d12fc8e830340d84 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Dec 2002 19:59:08 +0000 Subject: Add namespace protected alias. --- nptl/pthread_getschedparam.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/pthread_getschedparam.c') diff --git a/nptl/pthread_getschedparam.c b/nptl/pthread_getschedparam.c index 3e23ffaac8..72b366d8cf 100644 --- a/nptl/pthread_getschedparam.c +++ b/nptl/pthread_getschedparam.c @@ -23,7 +23,7 @@ int -pthread_getschedparam (thread_id, policy, param) +__pthread_getschedparam (thread_id, policy, param) pthread_t thread_id; int *policy; struct sched_param *param; @@ -49,3 +49,4 @@ pthread_getschedparam (thread_id, policy, param) return 0; } +strong_alias (__pthread_getschedparam, pthread_getschedparam) -- cgit v1.2.3