diff options
Diffstat (limited to 'sys/compat/hpux/hppa/syscalls.conf')
-rw-r--r-- | sys/compat/hpux/hppa/syscalls.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/compat/hpux/hppa/syscalls.conf b/sys/compat/hpux/hppa/syscalls.conf new file mode 100644 index 00000000000..32145033572 --- /dev/null +++ b/sys/compat/hpux/hppa/syscalls.conf @@ -0,0 +1,12 @@ +# $OpenBSD: syscalls.conf,v 1.1 2004/07/09 21:48:21 mickey Exp $ + +sysnames="hpux_syscalls.c" +sysnumhdr="hpux_syscall.h" +syssw="hpux_sysent.c" +sysarghdr="hpux_syscallargs.h" +compatopts="" +libcompatopts="" + +switchname="hpux_sysent" +namesname="hpux_syscallnames" +constprefix="HPUX_SYS_" |