Page MenuHomeFreeBSD

endian.h: Use the __bswap* versions
ClosedPublic

Authored by imp on Sep 14 2021, 10:23 PM.
Tags
None
Referenced Files
F107855831: D31964.diff
Sat, Jan 18, 6:21 PM
F107850050: D31964.id95183.diff
Sat, Jan 18, 5:27 PM
F107815927: D31964.id95183.diff
Sat, Jan 18, 10:44 AM
Unknown Object (File)
Mon, Jan 13, 5:56 PM
Unknown Object (File)
Sun, Jan 12, 7:33 AM
Unknown Object (File)
Dec 3 2024, 3:43 PM
Unknown Object (File)
Nov 27 2024, 4:10 PM
Unknown Object (File)
Nov 25 2024, 1:50 PM
Subscribers
None

Details

Summary

Make it possible to have all these macros work without bswap* being
defined. bswap* is part of the application namespace and applications
are free to redefine those functions.

Sponsored by: Netflix

Test Plan

This peels out this rather independent change

Diff Detail

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

Event Timeline

imp requested review of this revision.Sep 14 2021, 10:23 PM
imp created this revision.
This revision is now accepted and ready to land.Sep 15 2021, 1:23 PM

After the exp run, this likely is fine to go in. No failures from this change were detected.

This revision was automatically updated to reflect the committed changes.