eliminate remaining LinuxAuxInfo

This commit is contained in:
jdolecek 2002-11-13 13:42:06 +00:00
parent e97bb63dae
commit dc57bd5cb7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.10 2002/11/13 13:40:51 jdolecek Exp $ */
/* $NetBSD: linux_exec.h,v 1.11 2002/11/13 13:42:06 jdolecek Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@ -97,7 +97,7 @@
* room for the sp_wrap_code.
*/
#define LINUX_ELF_AUX_ARGSIZ \
((howmany(LINUX_ELF_AUX_ENTRIES * sizeof(LinuxAuxInfo), sizeof(Elf32_Addr))) \
((howmany(LINUX_ELF_AUX_ENTRIES * sizeof(AuxInfo), sizeof(Elf32_Addr))) \
+ 16 + LINUX_SP_WRAP)
/* XXX should use ELFNAME2 */