diff options
Diffstat (limited to 'math/w_j1f_compat.c')
-rw-r--r-- | math/w_j1f_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_j1f_compat.c b/math/w_j1f_compat.c index 9aa5c8c4fd..c3222bbc8d 100644 --- a/math/w_j1f_compat.c +++ b/math/w_j1f_compat.c @@ -22,6 +22,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper j1f */ float j1f (float x) @@ -62,3 +63,4 @@ y1f (float x) return __ieee754_y1f (x); } +#endif |