Page MenuHomeFreeBSD

Undo _Generic, as it breaks multiple builds
ClosedPublic

Authored by dougm on May 10 2019, 11:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 1:34 PM
Unknown Object (File)
Tue, Sep 30, 5:03 PM
Unknown Object (File)
Sep 8 2025, 6:19 AM
Unknown Object (File)
Sep 3 2025, 2:03 PM
Unknown Object (File)
Sep 3 2025, 8:18 AM
Unknown Object (File)
Sep 2 2025, 11:00 PM
Unknown Object (File)
Aug 9 2025, 2:37 AM
Unknown Object (File)
Aug 6 2025, 8:19 AM
Subscribers

Details

Summary

Don't use _Generic, as many systems don't know about it. Go back to a lo-tech switch statement.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 10 2019, 11:12 PM
This revision was automatically updated to reflect the committed changes.

Not surprisingly, my no-review update got bounced, so mips, powerpc, etc remain broken by _Generic().