Page MenuHomeFreeBSD

stddef.h: add unreachable() for C23 compliance
ClosedPublic

Authored by fuz on Nov 27 2025, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 14, 9:13 AM
Unknown Object (File)
Wed, Aug 12, 6:48 PM
Unknown Object (File)
Mon, Aug 10, 8:16 AM
Unknown Object (File)
Sun, Aug 9, 7:25 AM
Unknown Object (File)
Sat, Aug 8, 6:14 PM
Unknown Object (File)
Mon, Aug 3, 7:19 AM
Unknown Object (File)
Sun, Aug 2, 2:02 AM
Unknown Object (File)
Fri, Jul 31, 10:42 AM
Subscribers

Details

Summary

unreachable() is a hint to the compiler that it is unreachable.
Add a new man page unreachable(3) to document this macro.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 68904
Build 65787: arc lint + arc unit

Event Timeline

fuz requested review of this revision.Nov 27 2025, 10:17 PM
This revision is now accepted and ready to land.Nov 27 2025, 10:30 PM
alc added inline comments.
share/man/man3/unreachable.3
64

Aren't you missing a closing brace on the switch statement?

share/man/man3/unreachable.3
64

Very likely! Thanks for spotting this.