From 0238ec42767f58ddf982bcecd124545858b5a090 Mon Sep 17 00:00:00 2001 From: bcr Date: Fri, 22 Oct 2010 08:51:49 +0000 Subject: [PATCH] Revert to r214147, errno is not clobbered as originally thought. --- lib/libc/stdlib/strtonum.3 | 2 -- 1 file changed, 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 ;