NetBSD/sys/compat/linux32/arch/amd64/syscalls.conf
manu ee0c5b44de Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
that the i386 license manager part of amd64 version of Fluent works.

While I'm here, add SysV IPC to COMPAT_LINUX/amd64
2006-02-09 19:18:56 +00:00

17 lines
371 B
Plaintext

# $NetBSD: syscalls.conf,v 1.1 2006/02/09 19:18:57 manu Exp $
sysnames="linux32_syscalls.c"
sysnumhdr="linux32_syscall.h"
syssw="linux32_sysent.c"
sysarghdr="linux32_syscallargs.h"
compatopts=""
libcompatopts=""
switchname="linux32_sysent"
namesname="linux32_syscallnames"
constprefix="LINUX32_SYS_"
registertype="register32_t"
nsysent=512
sys_nosys="linux_sys_nosys"