diff options
Diffstat (limited to 'system/include/libcxx/cfenv')
-rw-r--r-- | system/include/libcxx/cfenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/cfenv b/system/include/libcxx/cfenv index cd86b882..dd7db37f 100644 --- a/system/include/libcxx/cfenv +++ b/system/include/libcxx/cfenv @@ -56,7 +56,9 @@ int feupdateenv(const fenv_t* envp); #include <__config> #include <fenv.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |