blob: 1d1f7a45cf7996026c477fb7e4c3748289e7b048 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: syscalls.conf,v 1.19 2013/08/14 05:26:14 guenther Exp $
# $NetBSD: syscalls.conf,v 1.2 1994/10/26 06:45:57 cgd Exp $
sysnames="syscalls.c"
sysnumhdr="../sys/syscall.h"
syssw="init_sysent.c"
sysarghdr="../sys/syscallargs.h"
# Any additions to the next line for options that are required for the
# (new) kernel to boot an existing userland must be coordinated with
# the snapshot builders
compatopts="t32"
libcompatopts=""
switchname="sysent"
namesname="syscallnames"
constprefix="SYS_"
|