sl@0
|
1 |
/** @file ../include/sys/cdefs.h
|
sl@0
|
2 |
@internalComponent
|
sl@0
|
3 |
*/
|
sl@0
|
4 |
|
sl@0
|
5 |
/** @def __XSI_VISIBLE
|
sl@0
|
6 |
|
sl@0
|
7 |
Deal with various X/Open Portability Guides and Single UNIX Spec.
|
sl@0
|
8 |
|
sl@0
|
9 |
@publishedAll
|
sl@0
|
10 |
@externallyDefinedApi
|
sl@0
|
11 |
*/
|
sl@0
|
12 |
|
sl@0
|
13 |
/** @def __volatile
|
sl@0
|
14 |
|
sl@0
|
15 |
volatile statistics
|
sl@0
|
16 |
|
sl@0
|
17 |
@publishedAll
|
sl@0
|
18 |
@externallyDefinedApi
|
sl@0
|
19 |
*/
|
sl@0
|
20 |
|
sl@0
|
21 |
/** @def __signed
|
sl@0
|
22 |
|
sl@0
|
23 |
signing macro
|
sl@0
|
24 |
|
sl@0
|
25 |
@publishedAll
|
sl@0
|
26 |
@externallyDefinedApi
|
sl@0
|
27 |
*/
|
sl@0
|
28 |
|
sl@0
|
29 |
/** @def __scanflike
|
sl@0
|
30 |
|
sl@0
|
31 |
Compiler-dependent macros to declare that functions take printf-like or scanf-like arguments.
|
sl@0
|
32 |
They are null except for versions of gcc that are known to support the features properly (old versions of gcc-2 didn't permit keeping the keywords out of the application namespace).
|
sl@0
|
33 |
|
sl@0
|
34 |
@publishedAll
|
sl@0
|
35 |
@externallyDefinedApi
|
sl@0
|
36 |
*/
|
sl@0
|
37 |
|
sl@0
|
38 |
/** @def __ISO_C_VISIBLE
|
sl@0
|
39 |
|
sl@0
|
40 |
Macro value to enable for ISO_C_VISIBLE
|
sl@0
|
41 |
|
sl@0
|
42 |
@publishedAll
|
sl@0
|
43 |
@externallyDefinedApi
|
sl@0
|
44 |
*/
|
sl@0
|
45 |
|
sl@0
|
46 |
/** @def __GNUCLIKE_ASM
|
sl@0
|
47 |
|
sl@0
|
48 |
This code has been put in place to help reduce the addition of compiler specific defines in FreeBSD code.
|
sl@0
|
49 |
It helps to aid in having a compiler-agnostic source tree.
|
sl@0
|
50 |
|
sl@0
|
51 |
@publishedAll
|
sl@0
|
52 |
@externallyDefinedApi
|
sl@0
|
53 |
*/
|
sl@0
|
54 |
|
sl@0
|
55 |
/** @def __BSD_VISIBLE
|
sl@0
|
56 |
|
sl@0
|
57 |
Macro value to enable for BSD_VISIBLE code
|
sl@0
|
58 |
|
sl@0
|
59 |
@publishedAll
|
sl@0
|
60 |
@externallyDefinedApi
|
sl@0
|
61 |
*/
|
sl@0
|
62 |
|
sl@0
|
63 |
/** @def __GNUCLIKE_ASM
|
sl@0
|
64 |
|
sl@0
|
65 |
This code has been put in place to help reduce the addition of compiler specific defines in FreeBSD code.
|
sl@0
|
66 |
It helps to aid in having a compiler-agnostic source tree.
|
sl@0
|
67 |
|
sl@0
|
68 |
@publishedAll
|
sl@0
|
69 |
@externallyDefinedApi
|
sl@0
|
70 |
*/
|