diff options
| author | augustss <augustss@NetBSD.org> | 1997-04-07 14:15:06 +0000 |
|---|---|---|
| committer | augustss <augustss@NetBSD.org> | 1997-04-07 14:15:06 +0000 |
| commit | 52e73da1a45f003dff835995d216ad982de463c1 (patch) | |
| tree | f58cd276d6a7d9c8831cda09d0e420473514b239 /sys/compat/linux/linux_syscallargs.h | |
| parent | bc5c0f6530c550b834cafe8e03fec35f501eac72 (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index 09afa2b8e1c..b5d24741ab1 100644 --- a/sys/compat/linux/linux_syscallargs.h +++ b/sys/compat/linux/linux_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.16 1996/05/20 01:59:35 fvdl Exp + * created from NetBSD: syscalls.master,v 1.17 1997/04/07 14:13:19 augustss Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -77,6 +77,10 @@ struct linux_sys_access_args { syscallarg(int) flags; }; +struct linux_sys_nice_args { + syscallarg(int) incr; +}; + struct linux_sys_kill_args { syscallarg(int) pid; syscallarg(int) signum; @@ -356,6 +360,7 @@ int linux_sys_alarm __P((struct proc *, void *, register_t *)); int linux_sys_pause __P((struct proc *, void *, register_t *)); int linux_sys_utime __P((struct proc *, void *, register_t *)); int linux_sys_access __P((struct proc *, void *, register_t *)); +int linux_sys_nice __P((struct proc *, void *, register_t *)); int sys_sync __P((struct proc *, void *, register_t *)); int linux_sys_kill __P((struct proc *, void *, register_t *)); int linux_sys_rename __P((struct proc *, void *, register_t *)); |
