Regen: add __vfork14() at #282.
This commit is contained in:
parent
d36ffe9822
commit
43677af399
@ -2,7 +2,7 @@
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.66 1997/11/29 18:38:26 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.67 1998/01/04 03:45:21 thorpej Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -716,5 +716,7 @@ struct sysent sysent[] = {
|
||||
sys___lstat13 }, /* 280 = __lstat13 */
|
||||
{ 2, s(struct sys___sigaltstack14_args),
|
||||
sys___sigaltstack14 }, /* 281 = __sigaltstack14 */
|
||||
{ 0, 0,
|
||||
sys___vfork14 }, /* 282 = __vfork14 */
|
||||
};
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.66 1997/11/29 18:38:26 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.67 1998/01/04 03:45:21 thorpej Exp
|
||||
*/
|
||||
|
||||
char *syscallnames[] = {
|
||||
@ -357,4 +357,5 @@ char *syscallnames[] = {
|
||||
"__fstat13", /* 279 = __fstat13 */
|
||||
"__lstat13", /* 280 = __lstat13 */
|
||||
"__sigaltstack14", /* 281 = __sigaltstack14 */
|
||||
"__vfork14", /* 282 = __vfork14 */
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.66 1997/11/29 18:38:26 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.67 1998/01/04 03:45:21 thorpej Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: "int" "..." */
|
||||
@ -600,4 +600,7 @@
|
||||
/* syscall: "__sigaltstack14" ret: "int" args: "const struct sigaltstack *" "struct sigaltstack *" */
|
||||
#define SYS___sigaltstack14 281
|
||||
|
||||
#define SYS_MAXSYSCALL 282
|
||||
/* syscall: "__vfork14" ret: "int" args: */
|
||||
#define SYS___vfork14 282
|
||||
|
||||
#define SYS_MAXSYSCALL 283
|
||||
|
@ -2,7 +2,7 @@
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.66 1997/11/29 18:38:26 kleink Exp
|
||||
* created from NetBSD: syscalls.master,v 1.67 1998/01/04 03:45:21 thorpej Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
@ -1312,3 +1312,4 @@ int sys___stat13 __P((struct proc *, void *, register_t *));
|
||||
int sys___fstat13 __P((struct proc *, void *, register_t *));
|
||||
int sys___lstat13 __P((struct proc *, void *, register_t *));
|
||||
int sys___sigaltstack14 __P((struct proc *, void *, register_t *));
|
||||
int sys___vfork14 __P((struct proc *, void *, register_t *));
|
||||
|
Loading…
Reference in New Issue
Block a user