diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_getprio.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_getprio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_getprio.c b/lib/libc_r/uthread/uthread_getprio.c index 35eeb5b..a10c889 100644 --- a/lib/libc_r/uthread/uthread_getprio.c +++ b/lib/libc_r/uthread/uthread_getprio.c @@ -35,7 +35,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak pthread_getprio=_pthread_getprio +__weak_reference(_pthread_getprio, pthread_getprio); int _pthread_getprio(pthread_t pthread) |