NetBSD/sys/compat/svr4/syscalls.conf

13 lines
309 B
Plaintext
Raw Normal View History

1994-10-26 08:27:43 +03:00
# $NetBSD: syscalls.conf,v 1.3 1994/10/26 05:28:08 cgd Exp $
1994-10-24 20:37:34 +03:00
sysnames="svr4_syscalls.c"
sysnumhdr="svr4_syscall.h"
syssw="svr4_sysent.c"
sysarghdr="svr4_syscallargs.h"
compatopts="compat_43 compat_09 compat_10"
libcompatopts=""
switchname="svr4_sysent"
namesname="svr4_syscallnames"
1994-10-25 02:26:02 +03:00
constprefix="SVR4_SYS_"