diff options
Diffstat (limited to 'htl/pt-self.c')
-rw-r--r-- | htl/pt-self.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htl/pt-self.c b/htl/pt-self.c index fa38df2..e2bc1b9 100644 --- a/htl/pt-self.c +++ b/htl/pt-self.c @@ -30,4 +30,4 @@ __pthread_self (void) return self->thread; } -strong_alias (__pthread_self, pthread_self); +weak_alias (__pthread_self, pthread_self); |