about summary refs log tree commit diff
path: root/sysdeps/generic/math-type-macros-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/math-type-macros-float.h')
-rw-r--r--sysdeps/generic/math-type-macros-float.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/generic/math-type-macros-float.h b/sysdeps/generic/math-type-macros-float.h
index cc8c4b0bcd..b23789f678 100644
--- a/sysdeps/generic/math-type-macros-float.h
+++ b/sysdeps/generic/math-type-macros-float.h
@@ -30,6 +30,12 @@
    the double macro constants.  */
 #define M_MLIT(c) c
 
+#include <libm-alias-float.h>
+
+#ifndef declare_mgen_alias
+# define declare_mgen_alias(from, to) libm_alias_float (from, to)
+#endif
+
 /* Supply the generic macros.  */
 #include <math-type-macros.h>