summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_attr_setscope.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_attr_setscope.c')
-rw-r--r--lib/libpthread/thread/thr_attr_setscope.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_attr_setscope.c b/lib/libpthread/thread/thr_attr_setscope.c
index dcf179e..3cc7f16 100644
--- a/lib/libpthread/thread/thr_attr_setscope.c
+++ b/lib/libpthread/thread/thr_attr_setscope.c
@@ -35,6 +35,9 @@
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(_pthread_attr_setscope);
+LT10_COMPAT_DEFAULT(pthread_attr_setscope);
+
__weak_reference(_pthread_attr_setscope, pthread_attr_setscope);
int
OpenPOWER on IntegriCloud