diff options
author | bcr <bcr@FreeBSD.org> | 2010-10-22 08:51:49 +0000 |
---|---|---|
committer | bcr <bcr@FreeBSD.org> | 2010-10-22 08:51:49 +0000 |
commit | 0238ec42767f58ddf982bcecd124545858b5a090 (patch) | |
tree | 5edf3607eaa8a836d7f703672b515830f5a52f29 /lib | |
parent | 7586e071c7fcc6712d76d00cfdb94fc5d194616c (diff) | |
download | FreeBSD-src-0238ec42767f58ddf982bcecd124545858b5a090.zip FreeBSD-src-0238ec42767f58ddf982bcecd124545858b5a090.tar.gz |
Revert to r214147, errno is not clobbered as originally
thought.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/strtonum.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtonum.3 b/lib/libc/stdlib/strtonum.3 index 7ca88c5..b83aadd 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 ; |