[PATCH] Linux: Rewrite __old_getdents64 [BZ #23497]
Florian Weimer
fweimer@redhat.com
Fri Aug 10 08:19:00 GMT 2018
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.
Thanks,
Florian
More information about the Libc-alpha
mailing list