fix floating-point/FFI section: fenv is C99, not POSIX
authorSimon Marlow <marlowsd@gmail.com>
Wed, 1 Dec 2010 09:21:19 +0000 (09:21 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 1 Dec 2010 09:21:19 +0000 (09:21 +0000)
docs/users_guide/ffi-chap.xml

index c124ddb..47c0f01 100644 (file)
@@ -651,7 +651,7 @@ int main(int argc, char *argv[])
       <title>Floating point and the FFI</title>
 
       <para>
       <title>Floating point and the FFI</title>
 
       <para>
-        On POSIX systems, the <literal>fenv.h</literal> header
+        The standard C99 <literal>fenv.h</literal> header
         provides operations for inspecting and modifying the state of
         the floating point unit.  In particular, the rounding mode
         used by floating point operations can be changed, and the
         provides operations for inspecting and modifying the state of
         the floating point unit.  In particular, the rounding mode
         used by floating point operations can be changed, and the