summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-03-19 11:01:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-03-19 11:01:42 +0200
commitef1bb66402032c90a06beb22b444e93f0e0cf39f (patch)
treecbbfe2c422385556c3655a9cadbda716b9c797ce /test
parentf7d3671a0fcad0f5371ce60916394e0269c5cee3 (diff)
downloadlibepoxy-ef1bb66402032c90a06beb22b444e93f0e0cf39f.tar.gz
test: Fix dlwrap on aarch64
dlsym on aarch64 has version GLIBC_2.17.
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 0009b83..c5d447b 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.17",
"GLIBC_2.4",
"GLIBC_2.3",
"GLIBC_2.2.5",