summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/osf1_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/osf1/osf1_syscallargs.h')
-rw-r--r--sys/compat/osf1/osf1_syscallargs.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1_syscallargs.h b/sys/compat/osf1/osf1_syscallargs.h
index 39f7dae9049..f0ec6c65ec5 100644
--- a/sys/compat/osf1/osf1_syscallargs.h
+++ b/sys/compat/osf1/osf1_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.2 1996/08/02 20:20:30 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.3 1996/08/25 12:19:55 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -57,6 +57,12 @@ struct osf1_sys_reboot_args {
syscallarg(int) opt;
};
+struct osf1_sys_execve_args {
+ syscallarg(char *) path;
+ syscallarg(char **) argp;
+ syscallarg(char **) envp;
+};
+
struct osf1_sys_stat_args {
syscallarg(char *) path;
syscallarg(struct osf1_stat *) ub;
@@ -227,7 +233,7 @@ int osf1_sys_reboot __P((struct proc *, void *, register_t *));
int sys_revoke __P((struct proc *, void *, register_t *));
int sys_symlink __P((struct proc *, void *, register_t *));
int sys_readlink __P((struct proc *, void *, register_t *));
-int sys_execve __P((struct proc *, void *, register_t *));
+int osf1_sys_execve __P((struct proc *, void *, register_t *));
int sys_umask __P((struct proc *, void *, register_t *));
int sys_chroot __P((struct proc *, void *, register_t *));
int sys_getpgrp __P((struct proc *, void *, register_t *));