Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/strtoull.c')
-rw-r--r--newlib/libc/stdlib/strtoull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/strtoull.c b/newlib/libc/stdlib/strtoull.c
index f7ab963a0..ec168b7f9 100644
--- a/newlib/libc/stdlib/strtoull.c
+++ b/newlib/libc/stdlib/strtoull.c
@@ -80,7 +80,7 @@ made, <<0>> is returned.
value is too large, and sets <<errno>> to <<ERANGE>>.
PORTABILITY
-<<strtoull>> is nonstandard.
+<<strtoull>> is ANSI.
<<strtoull>> requires no supporting OS subroutines.
*/