diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /sys/compat/linux/syscalls.conf |
initial import of NetBSD tree
Diffstat (limited to 'sys/compat/linux/syscalls.conf')
-rw-r--r-- | sys/compat/linux/syscalls.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/compat/linux/syscalls.conf b/sys/compat/linux/syscalls.conf new file mode 100644 index 00000000000..3b8796db129 --- /dev/null +++ b/sys/compat/linux/syscalls.conf @@ -0,0 +1,12 @@ +# $NetBSD: syscalls.conf,v 1.1 1995/02/28 23:26:24 fvdl Exp $ + +sysnames="linux_syscalls.c" +sysnumhdr="linux_syscall.h" +syssw="linux_sysent.c" +sysarghdr="linux_syscallargs.h" +compatopts="" +libcompatopts="" + +switchname="linux_sysent" +namesname="linux_syscallnames" +constprefix="LINUX_SYS_" |