diff options
author | Olivier Blin <mageia@blino.org> | 2015-09-21 13:04:50 +0200 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2015-09-21 13:05:33 +0200 |
commit | fe7a96e0771fe0c3a8f103f3bb2d1f811a5f3641 (patch) | |
tree | 9a8c42f88f9170d13f5e6abc221d3bbcc5bfc792 /test | |
parent | 8bbc0d40c6c4e023e71ac8bfe7f5898005cac920 (diff) | |
download | libepoxy-fe7a96e0771fe0c3a8f103f3bb2d1f811a5f3641.tar.gz |
dlwrap: add GLIBC_2.4 version to be able to run tests from ARM
See sysdeps/unix/sysv/linux/arm/libdl.abilist in glibc
Diffstat (limited to 'test')
-rw-r--r-- | test/dlwrap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dlwrap.c b/test/dlwrap.c index b104da4..157590b 100644 --- a/test/dlwrap.c +++ b/test/dlwrap.c @@ -232,6 +232,7 @@ dlwrap_real_dlsym(void *handle, const char *name) * In the meantime, I'll just keep augmenting this * hard-coded version list as people report bugs. */ const char *version[] = { + "GLIBC_2.4", "GLIBC_2.2.5", "GLIBC_2.0" }; |