summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/syscalls.master
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/syscalls.master
parent559b1c8aa8ad771e2e9d03c0b1e2a1cc30c6ea4c (diff)
Merge in NetBSD changes as if 3/19/97, undo some of ours.
Diffstat (limited to 'sys/compat/hpux/syscalls.master')
-rw-r--r--sys/compat/hpux/syscalls.master11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/compat/hpux/syscalls.master b/sys/compat/hpux/syscalls.master
index 29a1565ea1f..34d934169f9 100644
--- a/sys/compat/hpux/syscalls.master
+++ b/sys/compat/hpux/syscalls.master
@@ -1,9 +1,9 @@
- $OpenBSD: syscalls.master,v 1.4 1996/08/25 12:19:51 deraadt Exp $
-; $NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp $
+ $OpenBSD: syscalls.master,v 1.5 1997/03/26 08:11:09 downsj Exp $
+; $NetBSD: syscalls.master,v 1.13 1997/03/16 03:48:04 thorpej Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
-; NetBSD COMPAT_HPUX system call name/number "master" file.
+; OpenBSD COMPAT_HPUX system call name/number "master" file.
; (See syscalls.conf to see what it is processed into.)
;
; Fields: number type [type-dependent ...]
@@ -42,6 +42,8 @@
#include <compat/hpux/hpux.h>
#include <compat/hpux/hpux_syscallargs.h>
+#include <machine/hpux_machdep.h>
+
0 NOARGS { int sys_nosys(void); } syscall
1 NOARGS { int sys_exit(int rval); }
2 STD { int hpux_sys_fork(void); }
@@ -160,7 +162,8 @@
100 UNIMPL
101 UNIMPL
102 UNIMPL
-103 NOARGS { int sys_sigreturn(struct sigcontext *sigcntxp); }
+103 STD { int hpux_sys_sigreturn(struct hpuxsigcontext \
+ *sigcntxp); }
104 UNIMPL
105 UNIMPL
106 UNIMPL