mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
stdlib/tst-strtod-round.c: Fix build on ARM
Building this test on ARM fails because the prototypes for the long double variants of the math functions are unavailable. Add an additional include guard to math.h that enables long double math function declarations if _LIBC_TEST is defined and define _LIBC_TEST in stdlib/tst-strtod-round.c. ChangeLog: 2014-09-30 Will Newton <will.newton@linaro.org> * math/math.h: Define long double math functions if _LIBC_TEST is defined. * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
This commit is contained in:
@@ -92,7 +92,8 @@ __BEGIN_DECLS
|
||||
# undef __MATH_PRECNAME
|
||||
|
||||
# if !(defined __NO_LONG_DOUBLE_MATH && defined _LIBC) \
|
||||
|| defined __LDBL_COMPAT
|
||||
|| defined __LDBL_COMPAT \
|
||||
|| defined _LIBC_TEST
|
||||
# ifdef __LDBL_COMPAT
|
||||
|
||||
# ifdef __USE_ISOC99
|
||||
|
||||
Reference in New Issue
Block a user