summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_attr_getscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_attr_getscope.c')
-rw-r--r--lib/libc_r/uthread/uthread_attr_getscope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_attr_getscope.c b/lib/libc_r/uthread/uthread_attr_getscope.c
index ca0f4c9..8abf418 100644
--- a/lib/libc_r/uthread/uthread_attr_getscope.c
+++ b/lib/libc_r/uthread/uthread_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)
OpenPOWER on IntegriCloud