[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] errno: make EEXIST != ENOTEMPTY on AIX
From: |
Bruno Haible |
Subject: |
Re: [PATCH] errno: make EEXIST != ENOTEMPTY on AIX |
Date: |
Wed, 07 Aug 2024 17:20:35 +0200 |
Hi Paul,
> > Did it possibly embody the
> > assumption that errno values are small integers or all near together?
>
> Yes it did. My preference for static checking went overboard, it seems.
> I installed the attached, which I hope fixes it.
Yes, it fixes it. Thanks. 'test-errno' links fine, succeeds, and prints
EAGAIN == EWOULDBLOCK == 1073741859
Bruno