Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/socket.c')
-rw-r--r--newlib/libc/sys/linux/socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/socket.c b/newlib/libc/sys/linux/socket.c
index 896530f3a..daba98934 100644
--- a/newlib/libc/sys/linux/socket.c
+++ b/newlib/libc/sys/linux/socket.c
@@ -28,3 +28,5 @@ _sockcall3(int,socket,int,domain,int,type,int,protocol)
_sockcall4(int,socketpair,int,domain,int,type,int,protocol,int,fds[2])
_sockcall3(ssize_t,sendmsg,int,fd,const struct msghdr *,message,int,flags)
+weak_alias(__libc_connect,__connect);
+weak_alias(__libc_send,__send);