summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/syscalls.conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-08-15 17:25:55 +0000
committerjhb <jhb@FreeBSD.org>2006-08-15 17:25:55 +0000
commit61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f (patch)
tree550041147f024c10adb6304b454f11320e2b4944 /sys/amd64/linux32/syscalls.conf
parent3cbb1cf2564c4574c6cd5eb7f6358e8484212eb3 (diff)
downloadFreeBSD-src-61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f.zip
FreeBSD-src-61e1e0725ad0c2c412b6b1e0a62812d2c05ed36f.tar.gz
- 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.
Diffstat (limited to 'sys/amd64/linux32/syscalls.conf')
-rw-r--r--sys/amd64/linux32/syscalls.conf2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud