diff options
Diffstat (limited to 'nptl/pthread_getschedparam.c')
-rw-r--r-- | nptl/pthread_getschedparam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_getschedparam.c b/nptl/pthread_getschedparam.c index a69ed8d8c3..94316cf897 100644 --- a/nptl/pthread_getschedparam.c +++ b/nptl/pthread_getschedparam.c @@ -70,4 +70,5 @@ __pthread_getschedparam (pthread_t threadid, int *policy, return result; } +libc_hidden_def (__pthread_getschedparam) strong_alias (__pthread_getschedparam, pthread_getschedparam) |