diff options
Diffstat (limited to 'lib/libpthread/thread/thr_wait4.c')
-rw-r--r-- | lib/libpthread/thread/thr_wait4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_wait4.c b/lib/libpthread/thread/thr_wait4.c index 8b44366..6c4e068 100644 --- a/lib/libpthread/thread/thr_wait4.c +++ b/lib/libpthread/thread/thr_wait4.c @@ -38,7 +38,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak wait4=_wait4 +__weak_reference(_wait4, wait4); pid_t _wait4(pid_t pid, int *istat, int options, struct rusage * rusage) |