summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYaron Cohen-Tal <yaronct@gmail.com>2015-11-05 17:51:01 +0200
committerYaron Cohen-Tal <yaronct@gmail.com>2015-11-05 17:51:01 +0200
commitc342cba2a1b882f30b1864b5819bdb8986f5ee9c (patch)
treed6345637955e9e41e4b30b53102514aa2709a0b6 /test
parentd81ab07f0b9a09c2a30b6f438cdc3f643c9612a8 (diff)
downloadlibepoxy-c342cba2a1b882f30b1864b5819bdb8986f5ee9c.tar.gz
Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym".
Diffstat (limited to 'test')
-rw-r--r--test/dlwrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dlwrap.c b/test/dlwrap.c
index 157590b..0009b83 100644
--- a/test/dlwrap.c
+++ b/test/dlwrap.c
@@ -233,7 +233,9 @@ dlwrap_real_dlsym(void *handle, const char *name)
* hard-coded version list as people report bugs. */
const char *version[] = {
"GLIBC_2.4",
+ "GLIBC_2.3",
"GLIBC_2.2.5",
+ "GLIBC_2.2",
"GLIBC_2.0"
};
int num_versions = sizeof(version) / sizeof(version[0]);