Revert to r214147, errno is not clobbered as originally

thought.
This commit is contained in:
Benedict Reuschling 2010-10-22 08:51:49 +00:00
parent 30ec71ad04
commit a10502a58b

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 ;