diff options
Diffstat (limited to 'htl/pt-setcanceltype.c')
-rw-r--r-- | htl/pt-setcanceltype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-setcanceltype.c b/htl/pt-setcanceltype.c index 2585d8b463..cf053ce677 100644 --- a/htl/pt-setcanceltype.c +++ b/htl/pt-setcanceltype.c @@ -43,4 +43,4 @@ __pthread_setcanceltype (int type, int *oldtype) return 0; } -strong_alias (__pthread_setcanceltype, pthread_setcanceltype); +weak_alias (__pthread_setcanceltype, pthread_setcanceltype); |