From 61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 15 Aug 2006 17:25:55 +0000 Subject: - Remove unused sysvec variables from various syscalls.conf. - Send the systrace_args files for all the compat ABIs to /dev/null for now. Right now makesyscalls.sh generates a file with a hardcoded function name, so it wouldn't work for any of the ABIs anyway. Probably the function name should be configurable via a 'systracename' variable and the functions should be stored in a function pointer in the sysvec structure. --- sys/amd64/linux32/syscalls.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/amd64/linux32/syscalls.conf') diff --git a/sys/amd64/linux32/syscalls.conf b/sys/amd64/linux32/syscalls.conf index 8c57f88..b9dfc93 100644 --- a/sys/amd64/linux32/syscalls.conf +++ b/sys/amd64/linux32/syscalls.conf @@ -8,4 +8,4 @@ sysmk="/dev/null" syscallprefix="LINUX_SYS_" switchname="linux_sysent" namesname="linux_syscallnames" -sysvec="\n" +systrace="/dev/null" -- cgit v1.1