]> sourceware.org Git - glibc.git/commitdiff
Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.
authorRoland McGrath <roland@hack.frob.com>
Thu, 26 Jun 2014 20:35:31 +0000 (13:35 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 26 Jun 2014 20:35:31 +0000 (13:35 -0700)
ChangeLog
sysdeps/arm/fesetenv.c
sysdeps/arm/feupdateenv.c

index 4ebff50be0de9ed9f582ad2546a922a297adaf8a..e522e41c9f79c7b3d331021ea84450f807b83da8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-26  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
+       * sysdeps/arm/feupdateenv.c: Likewise.
+
        * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
 
 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
index ac47ae2d495e624ef0b318dffd9f284491e342ef..45187c079f84c59f29349f47c1402d9276a305f6 100644 (file)
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>
 
 
index d8116789d0bcada1fcf1e20a7dff5bfdc1025e14..f9a1f28552c5de0b2fb81cc03907843ce2035e85 100644 (file)
@@ -18,6 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>
 
 
This page took 0.120328 seconds and 5 git commands to generate.