diff -r 000000000000 -r bde4ae8d615e os/ossrv/genericopenlibs/openenvcore/include/sys/cdefs.dosc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/genericopenlibs/openenvcore/include/sys/cdefs.dosc Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,70 @@ +/** @file ../include/sys/cdefs.h +@internalComponent +*/ + +/** @def __XSI_VISIBLE + +Deal with various X/Open Portability Guides and Single UNIX Spec. + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __volatile + +volatile statistics + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __signed + +signing macro + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __scanflike + +Compiler-dependent macros to declare that functions take printf-like or scanf-like arguments. +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). + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __ISO_C_VISIBLE + +Macro value to enable for ISO_C_VISIBLE + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __GNUCLIKE_ASM + +This code has been put in place to help reduce the addition of compiler specific defines in FreeBSD code. +It helps to aid in having a compiler-agnostic source tree. + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __BSD_VISIBLE + +Macro value to enable for BSD_VISIBLE code + +@publishedAll +@externallyDefinedApi +*/ + +/** @def __GNUCLIKE_ASM + +This code has been put in place to help reduce the addition of compiler specific defines in FreeBSD code. +It helps to aid in having a compiler-agnostic source tree. + +@publishedAll +@externallyDefinedApi +*/