summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_sigpending.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_sigpending.c')
-rw-r--r--lib/libpthread/thread/thr_sigpending.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_sigpending.c b/lib/libpthread/thread/thr_sigpending.c
index 98b7d26..3c7efa4 100644
--- a/lib/libpthread/thread/thr_sigpending.c
+++ b/lib/libpthread/thread/thr_sigpending.c
@@ -36,7 +36,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak sigpending=_sigpending
+__weak_reference(_sigpending, sigpending);
int
_sigpending(sigset_t * set)
OpenPOWER on IntegriCloud