Page MenuHomeFreeBSD

atomic_fcmpset* return int, not the type of *.
ClosedPublic

Authored by imp on Dec 14 2018, 4:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 4, 7:29 AM
Unknown Object (File)
Wed, Oct 29, 5:58 AM
Unknown Object (File)
Sat, Oct 25, 5:40 AM
Unknown Object (File)
Oct 14 2025, 12:03 AM
Unknown Object (File)
Oct 14 2025, 12:03 AM
Unknown Object (File)
Oct 14 2025, 12:03 AM
Unknown Object (File)
Oct 14 2025, 12:03 AM
Unknown Object (File)
Oct 13 2025, 10:31 AM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21565
Build 20869: arc lint + arc unit

Event Timeline

int ret; rather than uint*_t ret;

jhb added a subscriber: jhb.

Same fixes as in rS332891 :)

This revision is now accepted and ready to land.Dec 14 2018, 5:33 PM
This revision was automatically updated to reflect the committed changes.