NetBSD/sys/compat/sunos/syscalls.conf
christos b9771ef7b1 Try to make the reboot system call compile under sun3 with RB_STRING
support [not tested]
Add files.sunos
Rename system call switch table file from sunos_init_sysent.c to sunos_sysent.c
like other emulations.
1995-04-27 12:05:37 +00:00

13 lines
321 B
Plaintext

# $NetBSD: syscalls.conf,v 1.3 1995/04/27 12:05:43 christos Exp $
sysnames="sunos_syscalls.c"
sysnumhdr="sunos_syscall.h"
syssw="sunos_sysent.c"
sysarghdr="sunos_syscallargs.h"
compatopts="compat_43 compat_09 compat_10"
libcompatopts=""
switchname="sunos_sysent"
namesname="sunos_syscallnames"
constprefix="SUNOS_SYS_"