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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_waitpid.c b/lib/libpthread/thread/thr_waitpid.c
index 672183d..fcbbc9f 100644
--- a/lib/libpthread/thread/thr_waitpid.c
+++ b/lib/libpthread/thread/thr_waitpid.c
@@ -34,7 +34,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak waitpid=_waitpid
+__weak_reference(_waitpid, waitpid);
pid_t
_waitpid(pid_t wpid, int *status, int options)
OpenPOWER on IntegriCloud