summaryrefslogtreecommitdiff
path: root/libm/w_log2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/w_log2.c')
-rw-r--r--libm/w_log2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/w_log2.c b/libm/w_log2.c
index ec274f761..7b1a1b18d 100644
--- a/libm/w_log2.c
+++ b/libm/w_log2.c
@@ -11,4 +11,3 @@ double log2 (double d)
{
return __ieee754_log2 (d);
}
-libm_hidden_def(log2)