aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2010-10-22 08:51:49 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2010-10-22 08:51:49 +0000
commita10502a58bcca6b4b6168e26d58563f3c4ef5b6f (patch)
tree5edf3607eaa8a836d7f703672b515830f5a52f29 /lib/libc/stdlib
parent30ec71ad048696e11f4ff028061f2668490288c1 (diff)
downloadsrc-a10502a58bcca6b4b6168e26d58563f3c4ef5b6f.tar.gz
src-a10502a58bcca6b4b6168e26d58563f3c4ef5b6f.zip
Revert to r214147, errno is not clobbered as originally
thought.
Notes
Notes: svn path=/head/; revision=214200
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/strtonum.32
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3
index 7ca88c53316e..b83aadda42e5 100644
--- a/lib/libc/stdlib/strtonum.3
+++ b/lib/libc/stdlib/strtonum.3
@@ -83,8 +83,6 @@ is set, and
.Fa errstr
will point to an error message.
On success,
-.Va errno
-is set to 0 and
.Fa *errstr
will be set to
.Dv NULL ;