remove the args from the macro.

This commit is contained in:
christos 2003-08-14 02:17:07 +00:00
parent 2fd435b3f0
commit 329946a58b
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.8 2003/08/08 18:57:03 christos Exp $ */
/* $NetBSD: linux_exec.h,v 1.9 2003/08/14 02:17:07 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -56,6 +56,6 @@
*/
#define LINUX_ELF_AUX_ARGSIZ howmany(sizeof(Aux64Info) * LINUX_ELF_AUX_ENTRIES, sizeof(char *))
#define linux_exec_setup_stack(a, b) exec_setup_stack(a, b)
#define linux_exec_setup_stack exec_setup_stack
#endif /* !_ALPHA_LINUX_EXEC_H */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.5 2003/08/08 18:57:04 christos Exp $ */
/* $NetBSD: linux_exec.h,v 1.6 2003/08/14 02:17:08 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -45,6 +45,6 @@
#define LINUX_ELF_AUX_ARGSIZ \
(howmany(LINUX_ELF_AUX_ENTRIES * sizeof(Aux32Info), sizeof(Elf32_Addr)))
#define linux_exec_setup_stack(a, b) exec_setup_stack(a, b)
#define linux_exec_setup_stack exec_setup_stack
#endif /* !_I386_LINUX_EXEC_H */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.7 2003/08/08 18:57:05 christos Exp $ */
/* $NetBSD: linux_exec.h,v 1.8 2003/08/14 02:17:09 christos Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -50,6 +50,6 @@
#define LINUX_ELF_AUX_ARGSIZ \
(howmany(LINUX_ELF_AUX_ENTRIES * sizeof(Aux32Info), sizeof(Elf32_Addr)))
#define linux_exec_setup_stack(a, b) exec_setup_stack(a, b)
#define linux_exec_setup_stack exec_setup_stack
#endif /* !_M68K_LINUX_EXEC_H */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.9 2003/08/08 18:57:05 christos Exp $ */
/* $NetBSD: linux_exec.h,v 1.10 2003/08/14 02:17:09 christos Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@ -64,6 +64,6 @@
#define LINUX_ELF_AUX_ARGSIZ \
((howmany(LINUX_ELF_AUX_ENTRIES * sizeof(Aux32Info), sizeof(Elf32_Addr))))
#define linux_exec_setup_stack(a, b) exec_setup_stack(a, b)
#define linux_exec_setup_stack exec_setup_stack
#endif /* !_MIPS_LINUX_EXEC_H */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_exec.h,v 1.15 2003/08/08 18:57:05 christos Exp $ */
/* $NetBSD: linux_exec.h,v 1.16 2003/08/14 02:17:10 christos Exp $ */
/*-
* Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@ -103,6 +103,6 @@
/* we have special powerpc ELF copyargs */
#define LINUX_MACHDEP_ELF_COPYARGS
#define linux_exec_setup_stack(a, b) exec_setup_stack(a, b)
#define linux_exec_setup_stack exec_setup_stack
#endif /* !_POWERPC_LINUX_EXEC_H */