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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_sigpending.c b/lib/libpthread/thread/thr_sigpending.c
index 7a0a76d..5c666bf 100644
--- a/lib/libpthread/thread/thr_sigpending.c
+++ b/lib/libpthread/thread/thr_sigpending.c
@@ -39,6 +39,9 @@
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(_sigpending);
+LT10_COMPAT_DEFAULT(sigpending);
+
__weak_reference(_sigpending, sigpending);
int
OpenPOWER on IntegriCloud