Remove out of date notes, the atoi code is thread-safe and async-cancel

safe.

Discussed with: desichen
This commit is contained in:
David Xu 2007-10-19 06:23:39 +00:00
parent 65c1534b06
commit c5081fcd35

View File

@ -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