From c23c33b01e2043fefd00b353b45844822905b43b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 22 Jul 2012 22:25:14 +0200 Subject: Add missing includes. Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad. --- math/w_ilogbf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'math/w_ilogbf.c') diff --git a/math/w_ilogbf.c b/math/w_ilogbf.c index 27a0c582d3..aa48bc4c30 100644 --- a/math/w_ilogbf.c +++ b/math/w_ilogbf.c @@ -35,5 +35,4 @@ __ilogbf (float x) } return r; } - weak_alias (__ilogbf, ilogbf) -- cgit v1.2.3