diff options
Diffstat (limited to 'math/w_logf.c')
-rw-r--r-- | math/w_logf.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/w_logf.c b/math/w_logf.c new file mode 100644 index 0000000..d960e01 --- /dev/null +++ b/math/w_logf.c @@ -0,0 +1,7 @@ +#include <math-type-macros-float.h> +#undef __USE_WRAPPER_TEMPLATE +#define __USE_WRAPPER_TEMPLATE 1 +#undef declare_mgen_alias +#define declare_mgen_alias(a, b) +#include <w_log_template.c> +versioned_symbol (libm, __logf, logf, GLIBC_2_27); |