Page MenuHomeFreeBSD

libmd: symbol versioning
ClosedPublic

Authored by kevans on Mar 9 2022, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 22, 3:28 AM
Unknown Object (File)
Thu, Nov 20, 1:24 PM
Unknown Object (File)
Tue, Nov 18, 3:28 PM
Unknown Object (File)
Mon, Nov 17, 11:36 PM
Unknown Object (File)
Sat, Nov 15, 7:29 AM
Unknown Object (File)
Tue, Nov 11, 3:07 AM
Unknown Object (File)
Thu, Nov 6, 12:22 PM
Unknown Object (File)
Mon, Nov 3, 4:33 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.