mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-13 20:50:08 +00:00
6 lines
245 B
C
6 lines
245 B
C
|
/* canonicalizel is not subject to complex aliasing rules. It was
|
||
|
added in glibc 2.25. */
|
||
|
#define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to))
|
||
|
#include <math-type-macros-ldouble.h>
|
||
|
#include <s_canonicalize_template.c>
|