sync with OpenBSD -current
This commit is contained in:
parent
f7289b5181
commit
880da5e235
21 changed files with 651 additions and 157 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: uvm_mmap.c,v 1.182 2023/05/09 10:35:20 kn Exp $ */
|
||||
/* $OpenBSD: uvm_mmap.c,v 1.183 2023/12/07 13:59:05 deraadt Exp $ */
|
||||
/* $NetBSD: uvm_mmap.c,v 1.49 2001/02/18 21:19:08 chs Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -644,6 +644,16 @@ sys_pinsyscall(struct proc *p, void *v, register_t *retval)
|
|||
return (0);
|
||||
}
|
||||
|
||||
/*
|
||||
* sys_pinsyscalls
|
||||
*/
|
||||
int
|
||||
sys_pinsyscalls(struct proc *p, void *v, register_t *retval)
|
||||
{
|
||||
/* STUB until other parts are ready */
|
||||
return (0);
|
||||
}
|
||||
|
||||
/*
|
||||
* sys_mimmutable: the mimmutable system call
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue