summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/hpux_syscallargs.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-26 08:11:10 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-26 08:11:10 +0000
commit82ad719d247059394654fa6b07180acfe9edf509 (patch)
tree5b85357f8e9fd9ddfbcb3aae8f2e64ce29b922de /sys/compat/hpux/hpux_syscallargs.h
parent559b1c8aa8ad771e2e9d03c0b1e2a1cc30c6ea4c (diff)
Merge in NetBSD changes as if 3/19/97, undo some of ours.
Diffstat (limited to 'sys/compat/hpux/hpux_syscallargs.h')
-rw-r--r--sys/compat/hpux/hpux_syscallargs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h
index f5b087bfa39..22e330136c7 100644
--- a/sys/compat/hpux/hpux_syscallargs.h
+++ b/sys/compat/hpux/hpux_syscallargs.h
@@ -218,6 +218,10 @@ struct hpux_sys_fstat_args {
syscallarg(struct hpux_stat *) sb;
};
+struct hpux_sys_sigreturn_args {
+ syscallarg(struct hpuxsigcontext *) sigcntxp;
+};
+
struct hpux_sys_sigvec_args {
syscallarg(int) signo;
syscallarg(struct sigvec *) nsv;
@@ -450,7 +454,7 @@ int sys_dup2 __P((struct proc *, void *, register_t *));
int hpux_sys_fstat __P((struct proc *, void *, register_t *));
int sys_select __P((struct proc *, void *, register_t *));
int sys_fsync __P((struct proc *, void *, register_t *));
-int sys_sigreturn __P((struct proc *, void *, register_t *));
+int hpux_sys_sigreturn __P((struct proc *, void *, register_t *));
int hpux_sys_sigvec __P((struct proc *, void *, register_t *));
int hpux_sys_sigblock __P((struct proc *, void *, register_t *));
int hpux_sys_sigsetmask __P((struct proc *, void *, register_t *));