about summary refs log tree commit diff
path: root/sysdeps/unix/inet
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-17 18:00:33 +0000
committerRoland McGrath <roland@gnu.org>1996-07-17 18:00:33 +0000
commit96e1bff2513873062233a13c7fd1eea57bb8db24 (patch)
treebe4ff3e343ddcd37965163a0e1298b78503a7404 /sysdeps/unix/inet
parent184b7b466a34e1e7f3c4824109e66bc1e7fdfe23 (diff)
downloadglibc-96e1bff2513873062233a13c7fd1eea57bb8db24.tar.gz
glibc-96e1bff2513873062233a13c7fd1eea57bb8db24.tar.xz
glibc-96e1bff2513873062233a13c7fd1eea57bb8db24.zip
Updated from ../gpl2lgpl.sed cvs/libc-960717
Diffstat (limited to 'sysdeps/unix/inet')
-rw-r--r--sysdeps/unix/inet/syscalls.list4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/inet/syscalls.list b/sysdeps/unix/inet/syscalls.list
index 661a8433f5..976cc1892c 100644
--- a/sysdeps/unix/inet/syscalls.list
+++ b/sysdeps/unix/inet/syscalls.list
@@ -2,7 +2,7 @@
 
 accept		-	accept		3	accept
 bind		-	bind		3	bind
-__connect	-	connect		3	connect		connect
+connect		-	connect		3	__connect	connect
 gethostid	-	gethostid	0	gethostid
 gethostname	-	gethostname	2	__gethostname	gethostname
 getpeername	-	getpeername	3	getpeername
@@ -12,7 +12,7 @@ listen		-	listen		2	listen
 recv		-	recv		4	recv
 recvfrom	-	recvfrom	6	recvfrom
 recvmsg		-	recvmsg		3	recvmsg
-__send		-	send		4	send		send
+send		-	send		4	__send		send
 sendmsg		-	sendmsg		3	sendmsg
 sendto		-	sendto		6	sendto
 sethostid	-	sethostid	1	sethostid