aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/inet
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-17 12:56:33 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-17 12:56:33 -0700
commitc31fdb83d239de6f5196c6b676e9200a1f7cefe6 (patch)
tree3a061f31a6b00325b74aa354619fea6f9156a6a2 /sysdeps/unix/inet
parentfbc723bb37277ad78972c3327dad44a994ab7a0b (diff)
downloadglibc-c31fdb83d239de6f5196c6b676e9200a1f7cefe6.zip
glibc-c31fdb83d239de6f5196c6b676e9200a1f7cefe6.tar.gz
glibc-c31fdb83d239de6f5196c6b676e9200a1f7cefe6.tar.bz2
Merge unix/inet/syscalls.list into unix/syscalls.list.
Diffstat (limited to 'sysdeps/unix/inet')
-rw-r--r--sysdeps/unix/inet/syscalls.list23
1 files changed, 0 insertions, 23 deletions
diff --git a/sysdeps/unix/inet/syscalls.list b/sysdeps/unix/inet/syscalls.list
deleted file mode 100644
index aafafd1..0000000
--- a/sysdeps/unix/inet/syscalls.list
+++ /dev/null
@@ -1,23 +0,0 @@
-# File name Caller Syscall name # args Strong name Weak names
-
-accept - accept Ci:iBN __libc_accept accept
-bind - bind i:ipi __bind bind
-connect - connect Ci:ipi __libc_connect __connect connect
-gethostid - gethostid i: gethostid
-gethostname - gethostname i:bn __gethostname gethostname
-getpeername - getpeername i:ibN __getpeername getpeername
-getsockname - getsockname i:ibN __getsockname getsockname
-getsockopt - getsockopt i:iiiBN getsockopt
-listen - listen i:ii __listen listen
-recv - recv Ci:ibni __libc_recv recv
-recvfrom - recvfrom Ci:ibniBN __libc_recvfrom __recvfrom recvfrom
-recvmsg - recvmsg Ci:ipi __libc_recvmsg __recvmsg recvmsg
-send - send Ci:ibni __libc_send __send send
-sendmsg - sendmsg Ci:ipi __libc_sendmsg __sendmsg sendmsg
-sendto - sendto Ci:ibnibn __libc_sendto __sendto sendto
-sethostid - sethostid i:i sethostid
-sethostname - sethostname i:pi sethostname
-setsockopt - setsockopt i:iiibn setsockopt __setsockopt
-shutdown - shutdown i:ii shutdown
-socket - socket i:iii __socket socket
-socketpair - socketpair i:iiif socketpair