Page MenuHomeFreeBSD

Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.
ClosedPublic

Authored by jhb on Jan 29 2016, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 6:37 PM
Unknown Object (File)
Fri, Dec 13, 10:15 PM
Unknown Object (File)
Dec 4 2024, 8:27 AM
Unknown Object (File)
Nov 24 2024, 9:54 PM
Unknown Object (File)
Nov 24 2024, 4:17 AM
Unknown Object (File)
Nov 21 2024, 2:21 PM
Unknown Object (File)
Nov 5 2024, 6:28 AM
Unknown Object (File)
Oct 26 2024, 6:32 PM
Subscribers

Details

Summary

Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions.

If this was a C++ library I'd stick everything in a 'sysdecode::' namespace
and call it a day, but this is C.

Suggested by: jmallett

Test Plan
  • tinderbox built ok

Diff Detail

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

Event Timeline

jhb retitled this revision from to Add a SYSDECODE_ABI_ prefix to the ABI enums to avoid potential collisions..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added reviewers: bdrewery, jmallett.
bdrewery edited edge metadata.
This revision is now accepted and ready to land.Jan 29 2016, 7:47 PM
jmallett edited edge metadata.
This revision was automatically updated to reflect the committed changes.