diff options
-rw-r--r-- | libcxx/include/__config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index c78dab53ade..0f6c77dd981 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -374,6 +374,9 @@ template <unsigned> struct __static_assert_check {}; #if __APPLE__ || __FreeBSD__ || _WIN32 #define _LIBCPP_LOCALE__L_EXTENSIONS 1 #endif +#if __FreeBSD__ +#define _DECLARE_C99_LDBL_MATH 1 +#endif #if __APPLE__ || __FreeBSD__ #define _LIBCPP_HAS_DEFAULTRUNELOCALE |