summaryrefslogtreecommitdiff
path: root/sys/tools/syscalls/examples/cpp/test_syscalls.c
blob: 0e73c8223507c39b9b21f2ff556438f7b7ccf69d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * System call names.
 *
 * DO NOT EDIT-- this file is automatically @generated.
 */

const char *test_syscallnames[] = {
	"#0",			/* 0 = unimpl_syscall0 */
#ifdef PLATFORM_FOO
	"syscall1",			/* 1 = syscall1 */
#else
	"#1",			/* 1 = reserved for local use */
#endif
#ifdef PLATFORM_FOO
	"obs_syscall2",			/* 2 = obsolete syscall2 */
#else
	"syscall2",			/* 2 = syscall2 */
#endif
};