Revert to r214147, errno is not clobbered as originally

thought.
This commit is contained in:
bcr 2010-10-22 08:51:49 +00:00
parent 7586e071c7
commit 0238ec4276

View File

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