Comment what e_fault in struct emul does
This commit is contained in:
parent
06c22c74ac
commit
ebf321d707
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: proc.h,v 1.150 2002/12/20 05:43:10 gmcgarry Exp $ */
|
||||
/* $NetBSD: proc.h,v 1.151 2002/12/21 16:22:10 manu Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1986, 1989, 1991, 1993
|
||||
|
@ -127,6 +127,7 @@ struct emul {
|
|||
/* Emulation specific sysctl */
|
||||
int (*e_sysctl) __P((int *, u_int , void *, size_t *,
|
||||
void *, size_t, struct proc *p));
|
||||
/* Specific VM fault handling */
|
||||
int (*e_fault) __P((struct proc *, vaddr_t, int, int));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue