mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add namespace protected alias.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user