]> git.ipfire.org Git - thirdparty/glibc.git/blob - ports/sysdeps/unix/sysv/linux/mips/syscalls.list
Move all files into ports/ subdirectory in preparation for merge with glibc
[thirdparty/glibc.git] / ports / sysdeps / unix / sysv / linux / mips / syscalls.list
1 # File name Caller Syscall name Args Strong name Weak names
2
3 #
4 # Calls for compatibility with existing MIPS OS implementations and
5 # compilers.
6 #
7 cachectl - cachectl i:pii __cachectl cachectl
8 cacheflush - cacheflush i:pii _flush_cache cacheflush
9 sysmips - sysmips i:iiii __sysmips sysmips
10
11 #
12 # Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
13 # it's provided for compatibility, though.
14 #
15 accept - accept Ci:iBN __libc_accept __accept accept
16 bind - bind i:ipi __bind bind
17 connect - connect Ci:ipi __libc_connect __connect connect
18 getpeername - getpeername i:ipp __getpeername getpeername
19 getsockname - getsockname i:ipp __getsockname getsockname
20 getsockopt - getsockopt i:iiiBN __getsockopt getsockopt
21 listen - listen i:ii __listen listen
22 recv - recv Ci:ibni __libc_recv __recv recv
23 recvfrom - recvfrom Ci:ibniBN __libc_recvfrom __recvfrom recvfrom
24 recvmsg - recvmsg Ci:ipi __libc_recvmsg __recvmsg recvmsg
25 send - send Ci:ibni __libc_send __send send
26 sendmsg - sendmsg Ci:ipi __libc_sendmsg __sendmsg sendmsg
27 sendto - sendto Ci:ibnibn __libc_sendto __sendto sendto
28 setsockopt - setsockopt i:iiibn __setsockopt setsockopt
29 shutdown - shutdown i:ii __shutdown shutdown
30 socket - socket i:iii __socket socket
31 socketpair - socketpair i:iiif __socketpair socketpair