Skip to content

Commit

Permalink
Add glibc versions 2.2 and 2.3 to "dlwrap_real_dlsym".
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronct committed Nov 5, 2015
1 parent d81ab07 commit c342cba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/dlwrap.c
Expand Up @@ -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]);
Expand Down

0 comments on commit c342cba

Please sign in to comment.