aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/er_lgamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/er_lgamma.c')
-rw-r--r--newlib/libm/mathfp/er_lgamma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/er_lgamma.c b/newlib/libm/mathfp/er_lgamma.c
index 915dac7d0..cb0f2c257 100644
--- a/newlib/libm/mathfp/er_lgamma.c
+++ b/newlib/libm/mathfp/er_lgamma.c
@@ -97,8 +97,6 @@ When <[x]> is a nonpositive integer, <<gamma>> returns <<HUGE_VAL>>
and <<errno>> is set to <<EDOM>>. If the result overflows, <<gamma>>
returns <<HUGE_VAL>> and <<errno>> is set to <<ERANGE>>.
-You can modify this error treatment using <<matherr>>.
-
PORTABILITY
Neither <<gamma>> nor <<gammaf>> is ANSI C. */