diff options
Diffstat (limited to 'htl/pt-exit.c')
-rw-r--r-- | htl/pt-exit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-exit.c b/htl/pt-exit.c index 94e3cd9dc0..18c81d3f9c 100644 --- a/htl/pt-exit.c +++ b/htl/pt-exit.c @@ -109,4 +109,4 @@ __pthread_exit (void *status) abort (); } -strong_alias (__pthread_exit, pthread_exit); +weak_alias (__pthread_exit, pthread_exit); |