test: Fix dlwrap on aarch64

dlsym on aarch64 has version GLIBC_2.17.
macos/v1.5.9
Efraim Flashner 8 years ago
parent f7d3671a0f
commit ef1bb66402
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
  1. 1
      test/dlwrap.c

@ -232,6 +232,7 @@ dlwrap_real_dlsym(void *handle, const char *name)
* In the meantime, I'll just keep augmenting this
* hard-coded version list as people report bugs. */
const char *version[] = {
"GLIBC_2.17",
"GLIBC_2.4",
"GLIBC_2.3",
"GLIBC_2.2.5",

Loading…
Cancel
Save