From c342cba2a1b882f30b1864b5819bdb8986f5ee9c Mon Sep 17 00:00:00 2001 From: Yaron Cohen-Tal Date: Thu, 5 Nov 2015 17:51:01 +0200 Subject: Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym". --- test/dlwrap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') 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]); -- cgit v1.2.1