diff options
Diffstat (limited to 'sys/tools/syscalls/examples/cpp/syscalls.conf')
| -rw-r--r-- | sys/tools/syscalls/examples/cpp/syscalls.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/tools/syscalls/examples/cpp/syscalls.conf b/sys/tools/syscalls/examples/cpp/syscalls.conf new file mode 100644 index 000000000000..7fc15b6bb01f --- /dev/null +++ b/sys/tools/syscalls/examples/cpp/syscalls.conf @@ -0,0 +1,10 @@ +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="" |
