summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sigmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_sigmask.c')
-rw-r--r--lib/libpthread/thread/thr_sigmask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigmask.c b/lib/libpthread/thread/thr_sigmask.c
index c16d66b..040e7aa 100644
--- a/lib/libpthread/thread/thr_sigmask.c
+++ b/lib/libpthread/thread/thr_sigmask.c
@@ -39,7 +39,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak pthread_sigmask=_pthread_sigmask
+__weak_reference(_pthread_sigmask, pthread_sigmask);
int
_pthread_sigmask(int how, const sigset_t *set, sigset_t *oset)
OpenPOWER on IntegriCloud