]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/fenv.h
Update.
[thirdparty/glibc.git] / math / fenv.h
index c9a8a5c94bed1a430112786967de9c7986796862..c065d662e0d0f99d521f55ba8a8a985177d87328 100644 (file)
@@ -22,7 +22,7 @@
 
 #ifndef _FENV_H
 
-#define __FENV_H       1
+#define _FENV_H        1
 #include <features.h>
 
 /* Get the architecture dependend definitions.  The following definitions
@@ -40,7 +40,7 @@
 
    The following macros are defined iff the implementation supports this
    kind of exception.
-   FE_INEXACT          inxeact result
+   FE_INEXACT          inexact result
    FE_DIVBYZERO                devision by zero
    FE_UNDERFLOW                result not representable due to underflow
    FE_OVERFLOW         result not representable due to overflow
@@ -86,7 +86,7 @@ extern int fetestexcept __P ((int __excepts));
 extern int fegetround __P ((void));
 
 /* Establish the rounding direction represented by ROUND.  */
-extern int fesetround __P ((int __round));
+extern int fesetround __P ((int __rounding_direction));
 
 
 /* Floating-point environment.  */