diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-64-128/s_modfl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-64-128/s_modfl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-64-128/s_modfl.c b/sysdeps/ieee754/ldbl-64-128/s_modfl.c index c17d669..fa4d3ad 100644 --- a/sysdeps/ieee754/ldbl-64-128/s_modfl.c +++ b/sysdeps/ieee754/ldbl-64-128/s_modfl.c @@ -2,7 +2,7 @@ #undef weak_alias #define weak_alias(n,a) #include <sysdeps/ieee754/ldbl-128/s_modfl.c> -#ifdef IS_IN_libm +#if IS_IN (libm) long_double_symbol (libm, __modfl, modfl); #else long_double_symbol (libc, __modfl, modfl); |