diff options
Diffstat (limited to 'sysdeps/htl/pt-setspecific.c')
-rw-r--r-- | sysdeps/htl/pt-setspecific.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-setspecific.c b/sysdeps/htl/pt-setspecific.c index a046bdf..b833786 100644 --- a/sysdeps/htl/pt-setspecific.c +++ b/sysdeps/htl/pt-setspecific.c @@ -47,5 +47,5 @@ __pthread_setspecific (pthread_key_t key, const void *value) self->thread_specifics[key] = (void *) value; return 0; } -strong_alias (__pthread_setspecific, pthread_setspecific); +weak_alias (__pthread_setspecific, pthread_setspecific); hidden_def (__pthread_setspecific) |