Page MenuHomeFreeBSD

ofed: don't expose symbols twice
ClosedPublic

Authored by brooks on Fri, May 3, 10:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 9, 2:25 PM
Unknown Object (File)
Wed, May 8, 4:17 PM
Unknown Object (File)
Tue, May 7, 11:48 PM
Unknown Object (File)
Tue, May 7, 11:48 PM
Unknown Object (File)
Tue, May 7, 8:17 PM
Unknown Object (File)
Tue, May 7, 7:48 PM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable