diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_sigsuspend.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_sigsuspend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_sigsuspend.c b/lib/libc_r/uthread/uthread_sigsuspend.c index f0a08e2..1201097 100644 --- a/lib/libc_r/uthread/uthread_sigsuspend.c +++ b/lib/libc_r/uthread/uthread_sigsuspend.c @@ -36,7 +36,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak sigsuspend=__sigsuspend +__weak_reference(__sigsuspend, sigsuspend); int _sigsuspend(const sigset_t * set) |