summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/sunos_syscallargs.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-23 06:54:18 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-23 06:54:18 +0000
commita43d92eade7bbe59e89dc6c8fbc448a77b3a1068 (patch)
tree31b5441ab202021933f6027cd8e9817a0fa7faf0 /sys/compat/sunos/sunos_syscallargs.h
parent865e76bc5e55662c5383f0411ddb9ae5ce9644d9 (diff)
Emulate otimes(2)
Diffstat (limited to 'sys/compat/sunos/sunos_syscallargs.h')
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index 1553a3144ee..9e89451f0e1 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_syscallargs.h
@@ -63,6 +63,10 @@ struct sunos_sys_lstat_args {
syscallarg(struct ostat *) ub;
};
+struct sunos_sys_otimes_args {
+ syscallarg(struct tms *) tp;
+};
+
struct sunos_sys_mctl_args {
syscallarg(caddr_t) addr;
syscallarg(int) len;
@@ -237,6 +241,7 @@ int sunos_sys_stat __P((struct proc *, void *, register_t *));
int sunos_sys_lstat __P((struct proc *, void *, register_t *));
int sys_dup __P((struct proc *, void *, register_t *));
int sys_pipe __P((struct proc *, void *, register_t *));
+int sunos_sys_otimes __P((struct proc *, void *, register_t *));
int sys_profil __P((struct proc *, void *, register_t *));
int sys_setgid __P((struct proc *, void *, register_t *));
int sys_getgid __P((struct proc *, void *, register_t *));