|
|
@ -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]); |
|
|
|