Page MenuHomeFreeBSD

endian.h: Use the __bswap* versions
ClosedPublic

Authored by imp on Sep 14 2021, 10:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 3, 3:43 PM
Unknown Object (File)
Wed, Nov 27, 4:10 PM
Unknown Object (File)
Nov 25 2024, 1:50 PM
Unknown Object (File)
Nov 23 2024, 8:01 PM
Unknown Object (File)
Nov 19 2024, 11:26 AM
Unknown Object (File)
Nov 18 2024, 8:36 PM
Unknown Object (File)
Nov 8 2024, 5:40 AM
Unknown Object (File)
Nov 6 2024, 10:09 AM
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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.