Page MenuHomeFreeBSD

libmd: symbol versioning
ClosedPublic

Authored by kevans on Mar 9 2022, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 2:44 AM
Unknown Object (File)
Mon, Sep 29, 7:34 AM
Unknown Object (File)
Sep 17 2025, 6:39 AM
Unknown Object (File)
Sep 14 2025, 5:06 AM
Unknown Object (File)
Sep 13 2025, 8:49 PM
Unknown Object (File)
Sep 9 2025, 1:20 PM
Unknown Object (File)
Sep 8 2025, 3:19 AM
Unknown Object (File)
Sep 7 2025, 11:23 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.