diff options
| author | fvdl <fvdl@NetBSD.org> | 1996-05-20 02:00:53 +0000 |
|---|---|---|
| committer | fvdl <fvdl@NetBSD.org> | 1996-05-20 02:00:53 +0000 |
| commit | 484a6c9fe489fc8ab704285b5970d04e18ecc939 (patch) | |
| tree | b3e0d2e8ed56dd3585cd57e48b3eb29f17121744 /sys/compat/linux/linux_syscallargs.h | |
| parent | a6b8efa9e36cf7674f322fb8001347549c1bb509 (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/linux_syscallargs.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h index b47f63a4874..09afa2b8e1c 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.15 1995/12/18 14:35:10 fvdl Exp + * created from NetBSD: syscalls.master,v 1.16 1996/05/20 01:59:35 fvdl Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -314,6 +314,18 @@ struct linux_sys_msync_args { syscallarg(int) fl; }; +struct linux_sys_getsid_args { + syscallarg(int) pid; +}; + +struct linux_sys_fdatasync_args { + syscallarg(int) fd; +}; + +struct linux_sys___sysctl_args { + syscallarg(struct linux___sysctl *) lsp; +}; + /* * System call prototypes. */ @@ -440,3 +452,8 @@ int sys_flock __P((struct proc *, void *, register_t *)); int linux_sys_msync __P((struct proc *, void *, register_t *)); int sys_readv __P((struct proc *, void *, register_t *)); int sys_writev __P((struct proc *, void *, register_t *)); +int linux_sys_getsid __P((struct proc *, void *, register_t *)); +int linux_sys_fdatasync __P((struct proc *, void *, register_t *)); +int linux_sys___sysctl __P((struct proc *, void *, register_t *)); +int sys_mlock __P((struct proc *, void *, register_t *)); +int sys_munlock __P((struct proc *, void *, register_t *)); |
