summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_sigsuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_sigsuspend.c')
-rw-r--r--lib/libkse/thread/thr_sigsuspend.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_sigsuspend.c b/lib/libkse/thread/thr_sigsuspend.c
index 6452af1..2f3ed5d 100644
--- a/lib/libkse/thread/thr_sigsuspend.c
+++ b/lib/libkse/thread/thr_sigsuspend.c
@@ -41,6 +41,10 @@
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(__sigsuspend);
+LT10_COMPAT_PRIVATE(_sigsuspend);
+LT10_COMPAT_DEFAULT(sigsuspend);
+
__weak_reference(__sigsuspend, sigsuspend);
int
OpenPOWER on IntegriCloud