From: Simon Marlow Date: Wed, 1 Dec 2010 09:21:19 +0000 (+0000) Subject: fix floating-point/FFI section: fenv is C99, not POSIX X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8d05e337d19011a872c531033c9d914ed3872be3 fix floating-point/FFI section: fenv is C99, not POSIX --- diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index c124ddb..47c0f01 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -651,7 +651,7 @@ int main(int argc, char *argv[]) Floating point and the FFI - On POSIX systems, the fenv.h header + The standard C99 fenv.h 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