head	1.1;
access;
symbols
	netbsd-11-0-RC5:1.1
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.12
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.10
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	thorpej-ifq:1.1.0.8
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.6
	thorpej-altq-separation-base:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.4
	netbsd-10-base:1.1
	bouyer-sunxi-drm:1.1.0.2
	bouyer-sunxi-drm-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2021.11.25.03.08.04;	author ryo;	state Exp;
branches;
next	;
commitid	B4nijXSbhcm5J7iD;


desc
@@


1.1
log
@add support COMPAT_LINUX32 for aarch64
@
text
@#	$NetBSD$

sysnames="linux32_syscalls.c"
sysnumhdr="linux32_syscall.h"
syssw="linux32_sysent.c"
sysarghdr="linux32_syscallargs.h"
systrace="linux32_systrace_args.c"
compatopts=""
libcompatopts=""

switchname="linux32_sysent"
namesname="linux32_syscallnames"
constprefix="LINUX32_SYS_"
registertype="register32_t"
nsysent=512

sys_nosys="linux_sys_nosys"
@
