summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_wait.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_wait.c')
-rw-r--r--lib/libpthread/thread/thr_wait.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_wait.c b/lib/libpthread/thread/thr_wait.c
index 98f2c8d..b0a3af4 100644
--- a/lib/libpthread/thread/thr_wait.c
+++ b/lib/libpthread/thread/thr_wait.c
@@ -32,6 +32,8 @@
#include <pthread.h>
#include "thr_private.h"
+extern int __wait(int *);
+
__weak_reference(_wait, wait);
pid_t
OpenPOWER on IntegriCloud