On Sun, 16 May 2004, Stas Bekman wrote:

> What I'm after is having APR API specify which apr functions have errno set,
> so one can rely on that and not do guessing which can change in the future.

My gut reaction is that if we actually /need/ errno to be set to glean
useful information about what happened, we did something wrong in choosing
which apr_status_t's could be returned from that function.

--Cliff

Reply via email to