OSDN Git Service

libc: posix_fadvise: Fix build breakage for !LFS
[uclinux-h8/uClibc.git] / libm / e_log2.c
index 6df8849..b5dfc80 100644 (file)
@@ -115,3 +115,5 @@ double __ieee754_log2(double x)
            return dk-((s*(f-R))-f)/ln2;
        }
 }
+strong_alias(__ieee754_log2,log2)
+libm_hidden_def(log2)