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)
Wed, Oct 29, 9:36 AM
Unknown Object (File)
Mon, Oct 27, 5:26 AM
Unknown Object (File)
Sun, Oct 26, 2:59 AM
Unknown Object (File)
Sat, Oct 18, 11:30 PM
Unknown Object (File)
Sat, Oct 18, 11:30 PM
Unknown Object (File)
Sat, Oct 18, 11:30 PM
Unknown Object (File)
Sat, Oct 18, 12:36 PM
Unknown Object (File)
Oct 9 2025, 1:34 PM
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().