summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_waitpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_waitpid.c')
-rw-r--r--lib/libpthread/thread/thr_waitpid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_waitpid.c b/lib/libpthread/thread/thr_waitpid.c
index 4edef3b..1244c12 100644
--- a/lib/libpthread/thread/thr_waitpid.c
+++ b/lib/libpthread/thread/thr_waitpid.c
@@ -34,6 +34,9 @@
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(_waitpid);
+LT10_COMPAT_DEFAULT(waitpid);
+
extern int __waitpid(pid_t, int *, int);
__weak_reference(_waitpid, waitpid);
OpenPOWER on IntegriCloud