Page MenuHomeFreeBSD

libmd: symbol versioning
ClosedPublic

Authored by kevans on Mar 9 2022, 3:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 1:54 AM
Unknown Object (File)
Sat, Apr 18, 10:26 PM
Unknown Object (File)
Sat, Apr 18, 11:01 AM
Unknown Object (File)
Sun, Apr 12, 11:54 AM
Unknown Object (File)
Sat, Apr 11, 7:33 PM
Unknown Object (File)
Sat, Apr 11, 9:59 AM
Unknown Object (File)
Fri, Apr 10, 10:42 AM
Unknown Object (File)
Fri, Apr 10, 10:42 AM
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.