opnsense-src/sys/tools/syscalls/examples/cpp/syscalls.conf
Kyle Evans 53fae788f2 sys: syscalls: add a test syscall definition file
This exercises some subset of the preprocessor that would be nice to
still support.

Pull Request:	https://github.com/freebsd/freebsd-src/pull/1575
2025-02-18 22:02:19 +00:00

10 lines
253 B
Text

sysnames="test_syscalls.c"
sysproto="test_proto.h"
sysproto_h=_TEST_SYSPROTO_H_
syshdr="test_syscall.h"
syssw="test_sysent.c"
syscallprefix="TEST_SYS_"
switchname="test_sysent"
namesname="test_syscallnames"
systrace="test_systrace_args.c"
compat_set=""