Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym".

macos/v1.5.9
Yaron Cohen-Tal 9 years ago
parent d81ab07f0b
commit c342cba2a1
  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. */
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]);

Loading…
Cancel
Save