summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sendto.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_sendto.c')
-rw-r--r--lib/libc_r/uthread/uthread_sendto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_sendto.c b/lib/libc_r/uthread/uthread_sendto.c
index c1420f1..97f8718 100644
--- a/lib/libc_r/uthread/uthread_sendto.c
+++ b/lib/libc_r/uthread/uthread_sendto.c
@@ -38,7 +38,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak sendto=_sendto
+__weak_reference(_sendto, sendto);
ssize_t
_sendto(int fd, const void *msg, size_t len, int flags, const struct
OpenPOWER on IntegriCloud