diff options
author | davidxu <davidxu@FreeBSD.org> | 2007-10-19 06:23:39 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2007-10-19 06:23:39 +0000 |
commit | 728449ebd6b26eadaa634848bc35daf0b9808fc0 (patch) | |
tree | d994aaa857c62bcb032a0ef29b2607da894bd069 /lib/libc/stdlib | |
parent | d23dde7476a03c68fdc7283080173a998972b77c (diff) | |
download | FreeBSD-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/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/atoi.3 | 4 |
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 |