blob: db6c44cda96dacead731fbbaefe63dc4ab878032 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: syscalls.conf,v 1.2 1996/08/02 20:34:51 niklas Exp $
# $NetBSD: syscalls.conf,v 1.2 1995/10/10 01:20:55 mycroft Exp $
sysnames="freebsd_syscalls.c"
sysnumhdr="freebsd_syscall.h"
syssw="freebsd_sysent.c"
sysarghdr="freebsd_syscallargs.h"
compatopts=""
libcompatopts=""
switchname="freebsd_sysent"
namesname="freebsd_syscallnames"
constprefix="FREEBSD_SYS_"
|