aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/s_fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_fmod.c')
-rw-r--r--newlib/libm/mathfp/s_fmod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_fmod.c b/newlib/libm/mathfp/s_fmod.c
index d878f009c..4197ea832 100644
--- a/newlib/libm/mathfp/s_fmod.c
+++ b/newlib/libm/mathfp/s_fmod.c
@@ -43,8 +43,6 @@ magnitude of <[y]>.
<<fmod(<[x]>,0)>> returns NaN, and sets <<errno>> to <<EDOM>>.
-You can modify error treatment for these functions using <<matherr>>.
-
PORTABILITY
<<fmod>> is ANSI C. <<fmodf>> is an extension.
*/