diff options
Diffstat (limited to 'math/w_remainderl_compat.c')
-rw-r--r-- | math/w_remainderl_compat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c index b01b0b1365..c11ba24a8a 100644 --- a/math/w_remainderl_compat.c +++ b/math/w_remainderl_compat.c @@ -21,6 +21,7 @@ #include <math-svid-compat.h> +#if LIBM_SVID_COMPAT /* wrapper remainderl */ long double __remainderl (long double x, long double y) @@ -34,3 +35,4 @@ __remainderl (long double x, long double y) } weak_alias (__remainderl, remainderl) weak_alias (__remainderl, dreml) +#endif |