summary refs log tree commit diff
path: root/math/w_acoshf_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_acoshf_compat.c')
-rw-r--r--math/w_acoshf_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_acoshf_compat.c b/math/w_acoshf_compat.c
index 6a4482e534..7a8c87bf4f 100644
--- a/math/w_acoshf_compat.c
+++ b/math/w_acoshf_compat.c
@@ -21,6 +21,7 @@
 #include <math-svid-compat.h>
 
 
+#if LIBM_SVID_COMPAT
 /* wrapper acoshf */
 float
 __acoshf (float x)
@@ -32,3 +33,4 @@ __acoshf (float x)
   return __ieee754_acoshf (x);
 }
 weak_alias (__acoshf, acoshf)
+#endif