summaryrefslogtreecommitdiff
path: root/docs/users_guide/ffi-chap.xml
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-12-01 09:21:19 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-12-01 09:21:19 +0000
commit8d05e337d19011a872c531033c9d914ed3872be3 (patch)
tree516bbb0389c3e7f8cacac086fab090560b6f203d /docs/users_guide/ffi-chap.xml
parent56602d12c1a46fca405a9a53a91497a9597e2397 (diff)
downloadhaskell-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.xml2
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