Update contrib.
1 /** @file ../include/sys/cdefs.h
7 Deal with various X/Open Portability Guides and Single UNIX Spec.
31 Compiler-dependent macros to declare that functions take printf-like or scanf-like arguments.
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).
38 /** @def __ISO_C_VISIBLE
40 Macro value to enable for ISO_C_VISIBLE
46 /** @def __GNUCLIKE_ASM
48 This code has been put in place to help reduce the addition of compiler specific defines in FreeBSD code.
49 It helps to aid in having a compiler-agnostic source tree.
55 /** @def __BSD_VISIBLE
57 Macro value to enable for BSD_VISIBLE code
63 /** @def __GNUCLIKE_ASM
65 This code has been put in place to help reduce the addition of compiler specific defines in FreeBSD code.
66 It helps to aid in having a compiler-agnostic source tree.