diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/features.h b/include/features.h index 554c5c888a..650d4c5e12 100644 --- a/include/features.h +++ b/include/features.h @@ -26,6 +26,8 @@ _ISOC11_SOURCE Extensions to ISO C99 from ISO C11. __STDC_WANT_LIB_EXT2__ Extensions to ISO C99 from TR 27431-2:2010. __STDC_WANT_IEC_60559_BFP_EXT__ Extensions to ISO C11 from TS 18661-1:2014. + __STDC_WANT_IEC_60559_FUNCS_EXT__ Extensions to ISO C11 from + TS 18661-4:2015. _POSIX_SOURCE IEEE Std 1003.1. _POSIX_C_SOURCE If ==1, like _POSIX_SOURCE; if >=2 add IEEE Std 1003.2; if >=199309L, add IEEE Std 1003.1b-1993; |