diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-03 20:19:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-03 20:19:02 +0100 |
commit | 24b4b8b66366176b40525baa1b2f056e8a68d0ce (patch) | |
tree | c705733ff04ff1d089eff6494622668632565a62 /test/math/libm-test.inc | |
parent | 3384c45e66ddf18f235654b67ae34ac7dcb07534 (diff) |
argp: be sure uClibc-ng feature is available
Diffstat (limited to 'test/math/libm-test.inc')
-rw-r--r-- | test/math/libm-test.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <complex.h> #include <math.h> #include <float.h> -#if defined(__GLIBC__) || defined(__UCLIBC__) && defined(__UCLIBC_HAS_FENV__) +#if (defined(__GLIBC__) && !defined(__UCLIBC__)) || defined(__UCLIBC_HAS_FENV__) #include <fenv.h> #else #include "fenv.h" |