mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
If there are per-platform differences in which syscalls are supported, we should only try to export implemented ones in libc. Fortunately, syscall maps are run though cpp. This is arguably incomplete as syscall.mk isn't (and can't practically be) supported. Reviewed by: kevans Sponsored by: DARPA, AFRL Pull Request: https://github.com/freebsd/freebsd-src/pull/1575
11 lines
283 B
Text
11 lines
283 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"
|
|
libsysmap="test_syscalls.map"
|
|
compat_set=""
|