Page MenuHomeFreeBSD

libmd: symbol versioning
ClosedPublic

Authored by kevans on Mar 9 2022, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 15, 2:30 AM
Unknown Object (File)
Fri, Aug 15, 12:39 AM
Unknown Object (File)
Thu, Aug 14, 9:09 AM
Unknown Object (File)
Wed, Aug 6, 7:53 PM
Unknown Object (File)
Wed, Aug 6, 1:14 AM
Unknown Object (File)
Wed, Aug 6, 1:14 AM
Unknown Object (File)
Wed, Aug 6, 1:03 AM
Unknown Object (File)
Aug 3 2025, 2:54 PM
Subscribers

Details

Summary

The primary benefit sought is exporting _libmd_* symbols in a private
namespace, and avoiding export of some other implementation details that
are shared amongst TUs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44713
Build 41601: arc lint + arc unit

Event Timeline

kevans requested review of this revision.Mar 9 2022, 3:35 AM

Could you please remove these _version symbols? They are not supposed to be used by consumers and should be made static or commented out in the source files.

LGTM and exp-ran fine in PR 280784.

This revision is now accepted and ready to land.Sep 29 2024, 11:15 PM
This revision was automatically updated to reflect the committed changes.