summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYaron Cohen-Tal <yaronct@gmail.com>2015-09-21 14:15:44 +0300
committerYaron Cohen-Tal <yaronct@gmail.com>2015-09-21 14:15:44 +0300
commit2bf2468502cf96b5db9f21366348f82b51990cce (patch)
treed9fc909965d147223b9bb561f889f68dd5a75507 /test
parent4b6d637ae036acbd7ad45d114af7ed498da730ae (diff)
parentfe7a96e0771fe0c3a8f103f3bb2d1f811a5f3641 (diff)
downloadlibepoxy-2bf2468502cf96b5db9f21366348f82b51990cce.tar.gz
Merge branch "blino/master".
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"
};