Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]
commitf8d79582896c52cc2b50bdd030a3ec27ef23b587
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Feb 2018 17:23:14 +0000 (18 18:23 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 18 Feb 2018 17:23:47 +0000 (18 18:23 +0100)
treefeece469808ec1b36b212a9b5c395945ee7261bd
parent56456a2aadf0522b51ea55be1291ca832c5d0524
Fix posix/tst-glob_lstat_compat on alpha [BZ #22818]

The tst-glob_lstat_compat test needs to run tests on the previous
version of glob. On alpha, there are three versions of glob, GLIBC_2.0,
GLIBC_2.1 and GLIBC_2.27, while on other architectures there are only
the GLIBC_2.0 and GLIBC_2.27 version. Therefore on alpha the previous
version is GLIBC_2.1 and not GLIBC_2.0.

Changelog:
[BZ #22818]
* posix/tst-glob_lstat_compat.c [__alpha__] (glob): Access
the GLIBC_2.1 version.
ChangeLog
posix/tst-glob_lstat_compat.c