1# File name	Caller	Syscall name	# args	Strong name	Weak names
2
3getpriority	-	getpriority	i:ii	__getpriority	getpriority
4
5# proper socket implementations:
6bind		-	bind		i:ipi	__bind		bind
7getpeername	-	getpeername	i:ipp	__getpeername	getpeername
8getsockname	-	getsockname	i:ipp	__getsockname	getsockname
9listen		-	listen		i:ii	__listen	listen
10shutdown	-	shutdown	i:ii	__shutdown	shutdown
11socket		-	socket		i:iii	__socket	socket
12socketpair	-	socketpair	i:iiif	__socketpair	socketpair
13
14# DIG-compliant access to PCI configuration space:
15pciconfig_read	EXTRA	pciconfig_read	5	pciconfig_read
16pciconfig_write	EXTRA	pciconfig_write	5	pciconfig_write
17
18ptrace		-	ptrace		4	__ptrace	ptrace
19
20
21# System calls with wrappers.
22
23# IA-64 specific
24getunwind	EXTRA	getunwind	i:pi	getunwind
25