[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r19770 - in /fsf/trunk/libc: ChangeLog math/w_ilogb.c math/w_ilogbf.c math/w_ilogbl.c



Author: eglibc
Date: Mon Jul 23 00:01:38 2012
New Revision: 19770

Log:
Import glibc-mainline for 2012-07-23

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/math/w_ilogb.c
    fsf/trunk/libc/math/w_ilogbf.c
    fsf/trunk/libc/math/w_ilogbl.c

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Mon Jul 23 00:01:38 2012
@@ -1,3 +1,8 @@
+2012-07-22  Thomas Schwinge  <thomas@xxxxxxxxxxxxxxxx>
+
+	* math/w_ilogb.c: Include <limits.h>.
+	* math/w_ilogbl.c: Likewise.
+
 2012-07-20  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* manual/lang.texi (__va_copy): Document primarily as ISO C99

Modified: fsf/trunk/libc/math/w_ilogb.c
==============================================================================
--- fsf/trunk/libc/math/w_ilogb.c (original)
+++ fsf/trunk/libc/math/w_ilogb.c Mon Jul 23 00:01:38 2012
@@ -18,6 +18,7 @@
 
 #include <math.h>
 #include <errno.h>
+#include <limits.h>
 #include <math_private.h>
 
 /* wrapper ilogb */
@@ -34,7 +35,6 @@
     }
   return r;
 }
-
 weak_alias (__ilogb, ilogb)
 #ifdef NO_LONG_DOUBLE
 strong_alias (__ilogb, __ilogbl)

Modified: fsf/trunk/libc/math/w_ilogbf.c
==============================================================================
--- fsf/trunk/libc/math/w_ilogbf.c (original)
+++ fsf/trunk/libc/math/w_ilogbf.c Mon Jul 23 00:01:38 2012
@@ -35,5 +35,4 @@
     }
   return r;
 }
-
 weak_alias (__ilogbf, ilogbf)

Modified: fsf/trunk/libc/math/w_ilogbl.c
==============================================================================
--- fsf/trunk/libc/math/w_ilogbl.c (original)
+++ fsf/trunk/libc/math/w_ilogbl.c Mon Jul 23 00:01:38 2012
@@ -18,6 +18,7 @@
 
 #include <math.h>
 #include <errno.h>
+#include <limits.h>
 #include <math_private.h>
 
 /* wrapper ilogbl */

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits