mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Add missing includes.
Follow-up to commits 38de94a5efbc3de186d6f287d666f74e5b4c8247, 76da7265320010c7a273ed99f53938c0f32d5fad.
This commit is contained in:
parent
b5982523b1
commit
c23c33b01e
@ -1,3 +1,8 @@
|
||||
2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* math/w_ilogb.c: Include <limits.h>.
|
||||
* math/w_ilogbl.c: Likewise.
|
||||
|
||||
2012-07-20 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* manual/lang.texi (__va_copy): Document primarily as ISO C99
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <math_private.h>
|
||||
|
||||
/* wrapper ilogb */
|
||||
@ -34,7 +35,6 @@ __ilogb (double x)
|
||||
}
|
||||
return r;
|
||||
}
|
||||
|
||||
weak_alias (__ilogb, ilogb)
|
||||
#ifdef NO_LONG_DOUBLE
|
||||
strong_alias (__ilogb, __ilogbl)
|
||||
|
@ -35,5 +35,4 @@ __ilogbf (float x)
|
||||
}
|
||||
return r;
|
||||
}
|
||||
|
||||
weak_alias (__ilogbf, ilogbf)
|
||||
|
@ -18,6 +18,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <math_private.h>
|
||||
|
||||
/* wrapper ilogbl */
|
||||
|
Loading…
x
Reference in New Issue
Block a user