mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Add namespace protected alias.
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
int
|
||||
pthread_attr_setschedparam (attr, param)
|
||||
__pthread_attr_setschedparam (attr, param)
|
||||
pthread_attr_t *attr;
|
||||
const struct sched_param *param;
|
||||
{
|
||||
@ -47,3 +47,4 @@ pthread_attr_setschedparam (attr, param)
|
||||
|
||||
return 0;
|
||||
}
|
||||
strong_alias (__pthread_attr_setschedparam, pthread_attr_setschedparam)
|
||||
|
Reference in New Issue
Block a user