xref: /freebsd/sys/tools/syscalls/examples/cpp/test_syscalls.c (revision 53fae788f229903df04b2963399afb0dce03b78b)
1 /*
2  * System call names.
3  *
4  * DO NOT EDIT-- this file is automatically @generated.
5  */
6 
7 const char *test_syscallnames[] = {
8 	"#0",			/* 0 = unimpl_syscall0 */
9 #ifdef PLATFORM_FOO
10 	"syscall1",			/* 1 = syscall1 */
11 #else
12 	"#1",			/* 1 = reserved for local use */
13 #endif
14 #ifdef PLATFORM_FOO
15 	"obs_syscall2",			/* 2 = obsolete syscall2 */
16 #else
17 	"syscall2",			/* 2 = syscall2 */
18 #endif
19 };
20