diff options
Diffstat (limited to 'htl/pt-join.c')
-rw-r--r-- | htl/pt-join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-join.c b/htl/pt-join.c index ecb79e7..0473511 100644 --- a/htl/pt-join.c +++ b/htl/pt-join.c @@ -76,4 +76,4 @@ __pthread_join (pthread_t thread, void **status) return err; } -strong_alias (__pthread_join, pthread_join); +weak_alias (__pthread_join, pthread_join); |