diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_single_np.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_single_np.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_single_np.c b/lib/libc_r/uthread/uthread_single_np.c index 52cd6ed..85471b8 100644 --- a/lib/libc_r/uthread/uthread_single_np.c +++ b/lib/libc_r/uthread/uthread_single_np.c @@ -35,7 +35,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak pthread_single_np=_pthread_single_np +__weak_reference(_pthread_single_np, pthread_single_np); int _pthread_single_np() { |