test: Fix dlwrap on ppc64 and s390x

These have dlsym versions of GLIBC_2.3 and GLIBC_2.2, respectively.

Signed-off-by: Adam Jackson <ajax@redhat.com>
macos/v1.5.9
Adam Jackson 9 years ago committed by Emmanuele Bassi
parent 5b9ddf1291
commit 2aec628eb0
  1. 2
      test/dlwrap.c

@ -233,7 +233,9 @@ dlwrap_real_dlsym(void *handle, const char *name)
* hard-coded version list as people report bugs. */ * hard-coded version list as people report bugs. */
const char *version[] = { const char *version[] = {
"GLIBC_2.4", "GLIBC_2.4",
"GLIBC_2.3",
"GLIBC_2.2.5", "GLIBC_2.2.5",
"GLIBC_2.2",
"GLIBC_2.0" "GLIBC_2.0"
}; };
int num_versions = sizeof(version) / sizeof(version[0]); int num_versions = sizeof(version) / sizeof(version[0]);

Loading…
Cancel
Save