aboutsummaryrefslogtreecommitdiff
path: root/nptl/pthread_setcanceltype.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/pthread_setcanceltype.c')
-rw-r--r--nptl/pthread_setcanceltype.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/pthread_setcanceltype.c b/nptl/pthread_setcanceltype.c
index 8f84634888..63867d301b 100644
--- a/nptl/pthread_setcanceltype.c
+++ b/nptl/pthread_setcanceltype.c
@@ -23,7 +23,7 @@
int
-pthread_setcanceltype (type, oldtype)
+__pthread_setcanceltype (type, oldtype)
int type;
int *oldtype;
{
@@ -69,3 +69,4 @@ pthread_setcanceltype (type, oldtype)
return 0;
}
+strong_alias (__pthread_setcanceltype, pthread_setcanceltype)