prototype svr4_syscall() (only) in compat/svr4/svr4_exec.c
This commit is contained in:
parent
a6ca890142
commit
8f9b01eba1
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svr4_machdep.h,v 1.10 2000/12/09 06:30:54 mycroft Exp $ */
|
||||
/* $NetBSD: svr4_machdep.h,v 1.11 2000/12/09 12:44:26 jdolecek Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994 The NetBSD Foundation, Inc.
|
||||
|
@ -127,6 +127,5 @@ struct svr4_ssd {
|
|||
|
||||
/* i386 has separated svr4_syscall() from syscall() */
|
||||
#define SVR4_MACHDEP_HAS_SEPARATED_SYSCALL
|
||||
void svr4_syscall __P((struct trapframe *));
|
||||
|
||||
#endif /* !_I386_SVR4_MACHDEP_H_ */
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svr4_exec.c,v 1.39 2000/12/09 12:38:25 jdolecek Exp $ */
|
||||
/* $NetBSD: svr4_exec.c,v 1.40 2000/12/09 12:44:26 jdolecek Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1994 The NetBSD Foundation, Inc.
|
||||
|
@ -52,6 +52,7 @@
|
|||
extern char svr4_sigcode[], svr4_esigcode[];
|
||||
extern struct sysent svr4_sysent[];
|
||||
extern const char * const svr4_syscallnames[];
|
||||
void svr4_syscall __P((void));
|
||||
void syscall __P((void));
|
||||
|
||||
const struct emul emul_svr4 = {
|
||||
|
|
Loading…
Reference in New Issue