diff options
Diffstat (limited to 'lib/libkse/thread/thr_attr_getscope.c')
-rw-r--r-- | lib/libkse/thread/thr_attr_getscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_attr_getscope.c b/lib/libkse/thread/thr_attr_getscope.c index ca0f4c9..8abf418 100644 --- a/lib/libkse/thread/thr_attr_getscope.c +++ b/lib/libkse/thread/thr_attr_getscope.c @@ -35,7 +35,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak pthread_attr_getscope=_pthread_attr_getscope +__weak_reference(_pthread_attr_getscope, pthread_attr_getscope); int _pthread_attr_getscope(const pthread_attr_t *attr, int *contentionscope) |