blob: ed8e17139065aa4bd2b3a8a2445ac4b50bcd7d3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: syscalls.conf,v 1.20 2013/09/14 01:35:01 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=""
libcompatopts=""
switchname="sysent"
namesname="syscallnames"
constprefix="SYS_"
|