This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Linux: Rewrite __old_getdents64 [BZ #23497]
On 10/08/2018 05:19, Florian Weimer wrote:
> On 08/09/2018 04:21 PM, Adhemerval Zanella wrote:
>> I think we should return EXIT_UNSUPPORTED if system does not required
>> a compat readdir.
>
> I disagree. UNSUPPORTED is for tests which could be run with a different (more recent) CPU/kernel/linker/GCC, or some additional dependencies such as Python and GDB. If the test has no chance of running ever, we should skip. Currently, this means silent success.
Alright, this make sense.