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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_sigsuspend.c b/lib/libkse/thread/thr_sigsuspend.c
index f0a08e2..1201097 100644
--- a/lib/libkse/thread/thr_sigsuspend.c
+++ b/lib/libkse/thread/thr_sigsuspend.c
@@ -36,7 +36,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak sigsuspend=__sigsuspend
+__weak_reference(__sigsuspend, sigsuspend);
int
_sigsuspend(const sigset_t * set)
OpenPOWER on IntegriCloud