1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Add namespace protected alias.

This commit is contained in:
Ulrich Drepper
2002-12-15 19:59:08 +00:00
parent 7ad6b6eb3a
commit 8361400815
26 changed files with 50 additions and 24 deletions

View File

@@ -23,7 +23,7 @@
int
pthread_attr_getschedparam (attr, param)
__pthread_attr_getschedparam (attr, param)
const pthread_attr_t *attr;
struct sched_param *param;
{
@@ -37,3 +37,4 @@ pthread_attr_getschedparam (attr, param)
return 0;
}
strong_alias (__pthread_attr_getschedparam, pthread_attr_getschedparam)