dlwrap: Add FBSD_1.0 version for FreeBSD

This fixes dlwrap_real_dlsym on FreeBSD, but tests still fail because we
currently don't have libglvnd.
macos/v1.5.9
Ting-Wei Lan 6 years ago
parent 5dc0c147e9
commit 27b0746940
  1. 3
      test/dlwrap.c

@ -242,7 +242,8 @@ dlwrap_real_dlsym(void *handle, const char *name)
"GLIBC_2.3",
"GLIBC_2.2.5",
"GLIBC_2.2",
"GLIBC_2.0"
"GLIBC_2.0",
"FBSD_1.0"
};
int num_versions = sizeof(version) / sizeof(version[0]);
int i;

Loading…
Cancel
Save