summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscallargs.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-13 07:35:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-13 07:35:45 +0000
commit3123007d55484ff123150dde6a515d293d0306f0 (patch)
tree2c71dfd61318bbf0fe4c7fbef151c8ed81be662a /sys/compat/freebsd/freebsd_syscallargs.h
parent8791438458186c2f5e2ff6a63f545799dc44cb4e (diff)
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index 98acbd54c81..1ad3cdb2432 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.6 1997/11/13 07:27:03 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.7 1997/11/13 07:35:38 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -197,6 +197,12 @@ struct freebsd_sys_undelete_args {
syscallarg(char *) path;
};
+struct freebsd_sys_poll2_args {
+ syscallarg(struct pollfd *) fds;
+ syscallarg(unsigned long) nfds;
+ syscallarg(int) timeout;
+};
+
/*
* System call prototypes.
*/
@@ -433,6 +439,6 @@ int sys_shmget __P((struct proc *, void *, register_t *));
int sys_nanosleep __P((struct proc *, void *, register_t *));
int sys_minherit __P((struct proc *, void *, register_t *));
int sys_rfork __P((struct proc *, void *, register_t *));
-int sys_poll __P((struct proc *, void *, register_t *));
+int freebsd_sys_poll2 __P((struct proc *, void *, register_t *));
int sys_issetugid __P((struct proc *, void *, register_t *));
int sys_lchown __P((struct proc *, void *, register_t *));