summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOlivier Blin <mageia@blino.org>2015-09-21 13:04:50 +0200
committerOlivier Blin <dev@blino.org>2015-09-21 13:05:33 +0200
commitfe7a96e0771fe0c3a8f103f3bb2d1f811a5f3641 (patch)
tree9a8c42f88f9170d13f5e6abc221d3bbcc5bfc792 /test
parent8bbc0d40c6c4e023e71ac8bfe7f5898005cac920 (diff)
downloadlibepoxy-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.c1
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"
};