aboutsummaryrefslogtreecommitdiff
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/generic/math-type-macros-float.h b/sysdeps/generic/math-type-macros-float.h
index e0a6a51492..fb84d62909 100644
--- a/sysdeps/generic/math-type-macros-float.h
+++ b/sysdeps/generic/math-type-macros-float.h
@@ -41,6 +41,10 @@
# define declare_mgen_alias_r(from, to) libm_alias_float_r (from, to, _r)
#endif
+#ifndef declare_mgen_alias_narrow
+# define declare_mgen_alias_narrow(from, to)
+#endif
+
/* Supply the generic macros. */
#include <math-type-macros.h>