From 24b4b8b66366176b40525baa1b2f056e8a68d0ce Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Nov 2016 20:19:02 +0100 Subject: argp: be sure uClibc-ng feature is available --- test/math/libm-test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/math') diff --git a/test/math/libm-test.inc b/test/math/libm-test.inc index 2fc97ee..ee86c8c 100644 --- a/test/math/libm-test.inc +++ b/test/math/libm-test.inc @@ -118,7 +118,7 @@ #include #include #include -#if defined(__GLIBC__) || defined(__UCLIBC__) && defined(__UCLIBC_HAS_FENV__) +#if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_FENV__) #include #else #include "fenv.h" -- cgit v1.2.3