aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2024-05-08 14:52:00 +0000
committerBrooks Davis <brooks@FreeBSD.org>2024-05-08 14:52:00 +0000
commit2a32b54a5774b1015ae155a58a363b1f56f8fc0a (patch)
tree38621cd107a42b5adb1a1abf1e6f41ac19dc88c3 /contrib
parenteb5fd01b53a6579f3bd5769ed41964683335a7fc (diff)
downloadsrc-2a32b54a5774b1015ae155a58a363b1f56f8fc0a.tar.gz
src-2a32b54a5774b1015ae155a58a363b1f56f8fc0a.zip
ofed: don't expose symbols twice
ibv_init_wq and ibv_cleanup_wq are made visible with the default_symver which puts them in the IBVERBS_1.1 ABI. Don't try to expose them as IBVERBS_PRIVATE_14 symbols as GNU ld complains with --no-undefined-symbol. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D45090
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ofed/libibverbs/libibverbs.map2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/ofed/libibverbs/libibverbs.map b/contrib/ofed/libibverbs/libibverbs.map
index d94743389f47..52b7f2efd495 100644
--- a/contrib/ofed/libibverbs/libibverbs.map
+++ b/contrib/ofed/libibverbs/libibverbs.map
@@ -137,6 +137,4 @@ IBVERBS_PRIVATE_14 {
verbs_register_driver;
verbs_init_cq;
verbs_cleanup_cq;
- ibv_init_wq;
- ibv_cleanup_wq;
};