xref: /freebsd/sys/tools/syscalls/examples/cpp/test_syscalls.map (revision 24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020)
1/*
2 * FreeBSD system call symbols.
3 *
4 * DO NOT EDIT-- this file is automatically @generated.
5 */
6
7FBSDprivate_1.0 {
8#ifdef PLATFORM_FOO
9	_syscall1;
10	__sys_syscall1;
11#else
12#endif
13#ifdef PLATFORM_FOO
14#else
15	_syscall2;
16	__sys_syscall2;
17#endif
18};
19