diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/s_ldexp.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/s_ldexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/s_ldexp.c b/sysdeps/ieee754/ldbl-opt/s_ldexp.c index 809080a149..5a875aeac1 100644 --- a/sysdeps/ieee754/ldbl-opt/s_ldexp.c +++ b/sysdeps/ieee754/ldbl-opt/s_ldexp.c @@ -17,7 +17,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#define M_LIBM_NEED_COMPAT(f) 0 +#define declare_mgen_alias(from, to) weak_alias (from, to) #include <math-type-macros-double.h> #include <s_ldexp_template.c> |