aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/s_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_pow.c')
-rw-r--r--newlib/libm/mathfp/s_pow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_pow.c b/newlib/libm/mathfp/s_pow.c
index 5866dcd06..4754cf08a 100644
--- a/newlib/libm/mathfp/s_pow.c
+++ b/newlib/libm/mathfp/s_pow.c
@@ -31,8 +31,6 @@ RETURNS
is set to <<EDOM>>. If <[x]> and <[y]> are both 0, then
<<pow>> and <<powf>> return <<1>>.
- You can modify error handling for these functions using <<matherr>>.
-
PORTABILITY
<<pow>> is ANSI C. <<powf>> is an extension. */