diff options
Diffstat (limited to 'sysdeps/htl/pt-getspecific.c')
-rw-r--r-- | sysdeps/htl/pt-getspecific.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-getspecific.c b/sysdeps/htl/pt-getspecific.c index fc92479eb0..5118db38f8 100644 --- a/sysdeps/htl/pt-getspecific.c +++ b/sysdeps/htl/pt-getspecific.c @@ -35,5 +35,5 @@ __pthread_getspecific (pthread_key_t key) return self->thread_specifics[key]; } -strong_alias (__pthread_getspecific, pthread_getspecific); +weak_alias (__pthread_getspecific, pthread_getspecific); hidden_def (__pthread_getspecific) |