diff options
| author | tron <tron@NetBSD.org> | 1999-03-30 07:37:58 +0000 |
|---|---|---|
| committer | tron <tron@NetBSD.org> | 1999-03-30 07:37:58 +0000 |
| commit | ab9ea90a8eebd3246973f3307c1ff0b8ba5aabb4 (patch) | |
| tree | a3381bdebbefc2cd6cc3731c1ad69711ecd732e6 /sys/compat/linux/arch/alpha/linux_syscallargs.h | |
| parent | b46e8732dd50e589eb8ecce8fb5c43e15bcc90f3 (diff) | |
Regen.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscallargs.h')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_syscallargs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_syscallargs.h b/sys/compat/linux/arch/alpha/linux_syscallargs.h index f598605e493..d158f0d71f0 100644 --- a/sys/compat/linux/arch/alpha/linux_syscallargs.h +++ b/sys/compat/linux/arch/alpha/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.8 1999/03/27 01:15:58 tron Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.9 1999/03/30 07:37:58 tron Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.8 1999/03/27 01:10:56 tron Exp + * created from NetBSD: syscalls.master,v 1.9 1999/03/30 07:34:49 tron Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ @@ -391,6 +391,7 @@ int compat_43_sys_sethostname __P((struct proc *, void *, register_t *)); int sys_dup2 __P((struct proc *, void *, register_t *)); int linux_sys_fstat __P((struct proc *, void *, register_t *)); int linux_sys_fcntl __P((struct proc *, void *, register_t *)); +int sys_poll __P((struct proc *, void *, register_t *)); int sys_fsync __P((struct proc *, void *, register_t *)); int sys_setpriority __P((struct proc *, void *, register_t *)); int linux_sys_socket __P((struct proc *, void *, register_t *)); |
