summaryrefslogtreecommitdiff
path: root/test/dlwrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dlwrap.c')
-rw-r--r--test/dlwrap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dlwrap.c b/test/dlwrap.c
index 25e17de..c0c24c2 100644
--- a/test/dlwrap.c
+++ b/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;