shell: Group readdir64/dirent64 with open64
commit6ba88b3ed28fb4b52f20b730194c4ad3d8aad037
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2020 03:58:47 +0000 (22 13:58 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 Aug 2020 03:01:28 +0000 (28 13:01 +1000)
treea4d37983dff41200272f23e229cf8811d10b65fd
parentdd9ef66a805087b871e7eda49f34bc03d1c385a1
shell: Group readdir64/dirent64 with open64

The test for open64 is separate from stat64 for macOS.  However,
the newly introduced tests for readdir64/dirent64 should be grouped
with open64 instead of stat64 as otherwise they cause similar build
failures.

Reported-by: Martijn Dekker <martijn@inlv.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
configure.ac