diff options
Diffstat (limited to 'math/w_logf.c')
-rw-r--r-- | math/w_logf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_logf.c b/math/w_logf.c index d960e016d7..63736f4530 100644 --- a/math/w_logf.c +++ b/math/w_logf.c @@ -5,3 +5,4 @@ #define declare_mgen_alias(a, b) #include <w_log_template.c> versioned_symbol (libm, __logf, logf, GLIBC_2_27); +libm_alias_float_other (__log, log) |