about summary refs log tree commit diff
path: root/math/w_j1l_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_j1l_compat.c')
-rw-r--r--math/w_j1l_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_j1l_compat.c b/math/w_j1l_compat.c
index 7e6d9f57f2..c3acfdfe76 100644
--- a/math/w_j1l_compat.c
+++ b/math/w_j1l_compat.c
@@ -22,6 +22,7 @@
 #include <math-svid-compat.h>
 
 
+#if LIBM_SVID_COMPAT
 /* wrapper j1l */
 long double
 __j1l (long double x)
@@ -63,3 +64,4 @@ __y1l (long double x)
   return __ieee754_y1l (x);
 }
 weak_alias (__y1l, y1l)
+#endif