diff options
| -rw-r--r-- | libcxx/include/__config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index ac97d5be716..f992bd5eaca 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -558,6 +558,7 @@ template <unsigned> struct __static_assert_check {}; #if defined(__APPLE__) || defined(__FreeBSD__) || defined(_WIN32) || defined(__sun__) || defined(__NetBSD__) #define _LIBCPP_LOCALE__L_EXTENSIONS 1 #endif + #ifdef __FreeBSD__ #define _DECLARE_C99_LDBL_MATH 1 #endif |

