about summary refs log tree commit diff
path: root/sysdeps/unix/inet/syscalls.list
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/inet/syscalls.list')
-rw-r--r--sysdeps/unix/inet/syscalls.list23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysdeps/unix/inet/syscalls.list b/sysdeps/unix/inet/syscalls.list
new file mode 100644
index 0000000000..3b6ac59990
--- /dev/null
+++ b/sysdeps/unix/inet/syscalls.list
@@ -0,0 +1,23 @@
+# File name	Caller	Syscall name	# args	Strong name	Weak names
+
+accept		-	accept		3	accept
+bind		-	bind		3	bind
+connect		-	connect		3	connect
+gethostid	-	gethostid	0	gethostid
+gethostname	-	gethostname	2	__gethostname	gethostname
+getpeername	-	getpeername	3	getpeername
+getsockname	-	getsockname	3	getsockname
+getsockopt	-	getsockopt	5	getsockopt
+listen		-	listen		2	listen
+recv		-	recv		4	recv
+recvfrom	-	recvfrom	6	recvfrom
+recvmsg		-	recvmsg		3	recvmsg
+send		-	send		4	send
+sendmsg		-	sendmsg		3	sendmsg
+sendto		-	sendto		6	sendto
+sethostid	-	sethostid	1	sethostid
+sethostname	-	sethostname	2	sethostname
+setsockopt	-	setsockopt	5	setsockopt
+shutdown	-	shutdown	2	shutdown
+socket		-	socket		3	socket
+socketpair	-	socketpair	4	socketpair