Bruno Haible wrote:
> 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.

Yes, that looked fine to me, too.
Thanks.

Reply via email to