diff options
Diffstat (limited to 'sysdeps/htl/pt-attr-getscope.c')
-rw-r--r-- | sysdeps/htl/pt-attr-getscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pt-attr-getscope.c b/sysdeps/htl/pt-attr-getscope.c index d810a8e38a..d2e85e2694 100644 --- a/sysdeps/htl/pt-attr-getscope.c +++ b/sysdeps/htl/pt-attr-getscope.c @@ -26,4 +26,4 @@ __pthread_attr_getscope (const pthread_attr_t *attr, int *contentionscope) return 0; } -strong_alias (__pthread_attr_getscope, pthread_attr_getscope); +weak_alias (__pthread_attr_getscope, pthread_attr_getscope); |