summaryrefslogtreecommitdiff
path: root/libm/w_acoshl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/w_acoshl.c')
-rw-r--r--libm/w_acoshl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/w_acoshl.c b/libm/w_acoshl.c
index 3b4860840..26384275c 100644
--- a/libm/w_acoshl.c
+++ b/libm/w_acoshl.c
@@ -24,7 +24,7 @@
long double
acoshl (long double x)
{
-#if __UCLIBC_HAS_FENV__
+#if defined(__UCLIBC_HAS_FENV__)
if (__builtin_expect (isless (x, 1.0L), 0) && _LIB_VERSION != _IEEE_)
/* acosh(x<1) */
return __kernel_standard_l (x, x, 229);