Hi Eric,

> > -        ASSERT (errno == EINVAL || errno == EBUSY);
> > +        ASSERT (errno == EINVAL || errno == EBUSY || errno == EEXIST);

> The patch to relax the testsuite looks okay to me; we're already
> allowing other non-standard errno values here, so no one has complained
> about it causing an actual problem in portability.

Thanks for the review. Jim did not speak up against it yesterday. So I'm
committing the patch.

Bruno

Reply via email to