diff options
| author | Simon Marlow <marlowsd@gmail.com> | 2010-12-01 09:21:19 +0000 |
|---|---|---|
| committer | Simon Marlow <marlowsd@gmail.com> | 2010-12-01 09:21:19 +0000 |
| commit | 8d05e337d19011a872c531033c9d914ed3872be3 (patch) | |
| tree | 516bbb0389c3e7f8cacac086fab090560b6f203d /docs/users_guide/ffi-chap.xml | |
| parent | 56602d12c1a46fca405a9a53a91497a9597e2397 (diff) | |
| download | haskell-8d05e337d19011a872c531033c9d914ed3872be3.tar.gz | |
fix floating-point/FFI section: fenv is C99, not POSIX
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
| -rw-r--r-- | docs/users_guide/ffi-chap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index c124ddba0e..47c0f01ba9 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[]) <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 |
