diff options
Diffstat (limited to 'math/w_ilogbf.c')
-rw-r--r-- | math/w_ilogbf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/w_ilogbf.c b/math/w_ilogbf.c index 27a0c58..aa48bc4 100644 --- a/math/w_ilogbf.c +++ b/math/w_ilogbf.c @@ -35,5 +35,4 @@ __ilogbf (float x) } return r; } - weak_alias (__ilogbf, ilogbf) |