aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_attr_setscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_attr_setscope.c')
-rw-r--r--nptl/pthread_attr_setscope.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/pthread_attr_setscope.c b/nptl/pthread_attr_setscope.c
index 1435afb..8b3e161 100644
--- a/nptl/pthread_attr_setscope.c
+++ b/nptl/pthread_attr_setscope.c
@@ -23,7 +23,7 @@
int
-pthread_attr_setscope (attr, scope)
+__pthread_attr_setscope (attr, scope)
pthread_attr_t *attr;
int scope;
{
@@ -48,3 +48,4 @@ pthread_attr_setscope (attr, scope)
return 0;
}
+strong_alias (__pthread_attr_setscope, pthread_attr_setscope)