summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/alpha/linux_syscallargs.h
diff options
context:
space:
mode:
authortron <tron@NetBSD.org>1999-03-30 07:37:58 +0000
committertron <tron@NetBSD.org>1999-03-30 07:37:58 +0000
commitab9ea90a8eebd3246973f3307c1ff0b8ba5aabb4 (patch)
treea3381bdebbefc2cd6cc3731c1ad69711ecd732e6 /sys/compat/linux/arch/alpha/linux_syscallargs.h
parentb46e8732dd50e589eb8ecce8fb5c43e15bcc90f3 (diff)
Regen.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_syscallargs.h')
-rw-r--r--sys/compat/linux/arch/alpha/linux_syscallargs.h5
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 *));