about summary refs log tree commit diff
path: root/sysdeps/unix/common/syscalls.list
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/common/syscalls.list')
-rw-r--r--sysdeps/unix/common/syscalls.list15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysdeps/unix/common/syscalls.list b/sysdeps/unix/common/syscalls.list
new file mode 100644
index 0000000000..0f41a4351e
--- /dev/null
+++ b/sysdeps/unix/common/syscalls.list
@@ -0,0 +1,15 @@
+# File name	Caller	Syscall name	# args	Strong name	Weak names
+
+adjtime		-	adjtime		2	__adjtime	adjtime
+fchmod		-	fchmod		2	__fchmod	fchmod
+fchown		-	fchown		3	__fchown	fchown
+ftruncate	-	ftruncate	2	ftruncate
+getpgid		-	getpgrp		1	__getpgid	getpgid
+getrusage	-	getrusage	2	__getrusage	getrusage
+gettimeofday	-	gettimeofday	2	__gettimeofday	gettimeofday
+setpgid		-	setpgrp		2	__setpgid	setpgid setpgrp
+setregid	-	setregid	2	__setregid	setregid
+setreuid	-	setreuid	2	__setreuid	setreuid
+sys_lstat	lxstat	lstat		2	__syscall_lstat
+truncate	-	truncate	2	truncate
+vhangup		-	vhangup		1	vhangup