LDBL math define is no longer necessary for bionic

Change-Id: I2d98091400a83e2a1219a334daf0063b2fb0efd6
This commit is contained in:
Dan Albert
2014-05-06 15:42:04 -07:00
parent 0514f5a5c1
commit c18469d988

View File

@@ -579,7 +579,7 @@ template <unsigned> struct __static_assert_check {};
#define _LIBCPP_LOCALE__L_EXTENSIONS 1
#endif
#if defined(__FreeBSD__) || defined(__ANDROID__)
#if defined(__FreeBSD__)
#define _DECLARE_C99_LDBL_MATH 1
#endif