blob: 137496186402de5202f6e5acea710895bca39080 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* FreeBSD system call symbols.
*
* DO NOT EDIT-- this file is automatically @generated.
*/
FBSDprivate_1.0 {
#ifdef PLATFORM_FOO
_syscall1;
__sys_syscall1;
#else
#endif
#ifdef PLATFORM_FOO
#else
_syscall2;
__sys_syscall2;
#endif
};
|