summaryrefslogtreecommitdiff
path: root/nptl/pthread_attr_getschedpolicy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_attr_getschedpolicy.c')
-rw-r--r--nptl/pthread_attr_getschedpolicy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/pthread_attr_getschedpolicy.c b/nptl/pthread_attr_getschedpolicy.c
index 18293f255a..8364f3be06 100644
--- a/nptl/pthread_attr_getschedpolicy.c
+++ b/nptl/pthread_attr_getschedpolicy.c
@@ -22,7 +22,7 @@
int
-pthread_attr_getschedpolicy (attr, policy)
+__pthread_attr_getschedpolicy (attr, policy)
const pthread_attr_t *attr;
int *policy;
{
@@ -36,3 +36,4 @@ pthread_attr_getschedpolicy (attr, policy)
return 0;
}
+strong_alias (__pthread_attr_getschedpolicy, pthread_attr_getschedpolicy)