summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_resume_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_resume_np.c')
-rw-r--r--lib/libpthread/thread/thr_resume_np.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_resume_np.c b/lib/libpthread/thread/thr_resume_np.c
index 0d4738d..5ed408b 100644
--- a/lib/libpthread/thread/thr_resume_np.c
+++ b/lib/libpthread/thread/thr_resume_np.c
@@ -35,7 +35,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak pthread_resume_np=_pthread_resume_np
+__weak_reference(_pthread_resume_np, pthread_resume_np);
/* Resume a thread: */
int
OpenPOWER on IntegriCloud