summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2007-10-19 06:23:39 +0000
committerdavidxu <davidxu@FreeBSD.org>2007-10-19 06:23:39 +0000
commit728449ebd6b26eadaa634848bc35daf0b9808fc0 (patch)
treed994aaa857c62bcb032a0ef29b2607da894bd069 /lib
parentd23dde7476a03c68fdc7283080173a998972b77c (diff)
downloadFreeBSD-src-728449ebd6b26eadaa634848bc35daf0b9808fc0.zip
FreeBSD-src-728449ebd6b26eadaa634848bc35daf0b9808fc0.tar.gz
Remove out of date notes, the atoi code is thread-safe and async-cancel
safe. Discussed with: desichen
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/atoi.34
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/stdlib/atoi.3 b/lib/libc/stdlib/atoi.3
index 5d2d754..b0d1d38 100644
--- a/lib/libc/stdlib/atoi.3
+++ b/lib/libc/stdlib/atoi.3
@@ -59,10 +59,6 @@ It is equivalent to:
.Bd -literal -offset indent
(int)strtol(nptr, (char **)NULL, 10);
.Ed
-.Sh IMPLEMENTATION NOTES
-The
-.Fn atoi
-function is not thread-safe and also not async-cancel safe.
.Pp
The
.Fn atoi
OpenPOWER on IntegriCloud