summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_wait4.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_wait4.c')
-rw-r--r--lib/libpthread/thread/thr_wait4.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_wait4.c b/lib/libpthread/thread/thr_wait4.c
index 12a1067..fae0fed 100644
--- a/lib/libpthread/thread/thr_wait4.c
+++ b/lib/libpthread/thread/thr_wait4.c
@@ -41,6 +41,9 @@
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(__wait4);
+LT10_COMPAT_DEFAULT(wait4);
+
__weak_reference(__wait4, wait4);
pid_t
OpenPOWER on IntegriCloud