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#
7cachectl	-	cachectl	i:pii	__cachectl	cachectl
8cacheflush	-	cacheflush	i:pii	_flush_cache	cacheflush
9sysmips		-	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#
15bind		-	bind		i:ipi	__bind		bind
16getpeername	-	getpeername	i:ipp	__getpeername	getpeername
17getsockname	-	getsockname	i:ipp	__getsockname	getsockname
18listen		-	listen		i:ii	__listen	listen
19shutdown	-	shutdown	i:ii	__shutdown	shutdown
20socket		-	socket		i:iii	__socket	socket
21socketpair	-	socketpair	i:iiif	__socketpair	socketpair
22