Fallout from fixing the linux32 system calls to use the correct kernel

functions and parameter layouts.
This commit is contained in:
dsl 2007-10-31 22:40:25 +00:00
parent 36acfb90ed
commit 2d1f4c35c9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.14 2007/10/18 15:28:31 yamt Exp $
# $NetBSD: genassym.cf,v 1.15 2007/10/31 22:40:25 dsl Exp $
#
# Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -277,7 +277,7 @@ define LINUX32_RT_SF_HANDLER offsetof(struct linux32_rt_sigframe, sf_handler)
define LINUX32_RT_SF_UC offsetof(struct linux32_rt_sigframe, sf_uc)
define LINUX32_SYS_rt_sigreturn LINUX32_SYS_rt_sigreturn
define LINUX32_SYS_sigreturn LINUX32_SYS_sigreturn
define LINUX32_SYS_exit LINUX32_SYS_exit
define LINUX32_SYS_exit LINUX32_SYS_netbsd32_exit
endif
define IS_RECURSE offsetof(struct intrsource, is_recurse)