diff options
Diffstat (limited to 'lib/libkse/thread/thr_waitpid.c')
-rw-r--r-- | lib/libkse/thread/thr_waitpid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_waitpid.c b/lib/libkse/thread/thr_waitpid.c index 672183d..fcbbc9f 100644 --- a/lib/libkse/thread/thr_waitpid.c +++ b/lib/libkse/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) |