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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_sendto.c b/lib/libc_r/uthread/uthread_sendto.c
index dc134bc..6c1df48 100644
--- a/lib/libc_r/uthread/uthread_sendto.c
+++ b/lib/libc_r/uthread/uthread_sendto.c
@@ -40,7 +40,7 @@
#include "pthread_private.h"
ssize_t
-_libc_sendto(int fd, const void *msg, size_t len, int flags, const struct
+_sendto(int fd, const void *msg, size_t len, int flags, const struct
sockaddr * to, socklen_t to_len)
{
int ret;
@@ -71,5 +71,5 @@ _libc_sendto(int fd, const void *msg, size_t len, int flags, const struct
return (ret);
}
-__weak_reference(_libc_sendto, sendto);
+__weak_reference(_sendto, sendto);
#endif
OpenPOWER on IntegriCloud