Page MenuHomeFreeBSD

Remove checks for __GNUCLIKE macros for varargs.
ClosedPublic

Authored by jhb on Apr 6 2022, 2:26 PM.
Tags
None
Referenced Files
F149939545: D34800.id104666.diff
Sat, Mar 28, 6:19 AM
Unknown Object (File)
Mon, Mar 23, 11:26 AM
Unknown Object (File)
Thu, Mar 19, 8:51 PM
Unknown Object (File)
Tue, Mar 3, 5:46 PM
Unknown Object (File)
Fri, Feb 27, 7:29 PM
Unknown Object (File)
Feb 16 2026, 2:35 PM
Unknown Object (File)
Feb 14 2026, 1:32 PM
Unknown Object (File)
Feb 14 2026, 1:15 PM
Subscribers

Details

Summary

All supported compilers (modern versions of GCC and clang) support
these.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45025
Build 41913: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Apr 6 2022, 2:26 PM
This revision is now accepted and ready to land.Apr 6 2022, 2:34 PM
sys/sys/_stdarg.h
44

These lines should perhaps be unindented? Maybe as a followup.

sys/sys/_stdarg.h
44

agreed.

I can't find any instance of __NO_GNUC_VA_LIST in the world so I'd be tempted to drop it, perhaps in another commit.

This revision was automatically updated to reflect the committed changes.