Page MenuHomeFreeBSD

Remove checks for __GNUCLIKE macros for varargs.
ClosedPublic

Authored by jhb on Apr 6 2022, 2:26 PM.
Tags
None
Referenced Files
F146098388: D34800.id104666.diff
Fri, Feb 27, 7:29 PM
Unknown Object (File)
Mon, Feb 16, 2:35 PM
Unknown Object (File)
Sat, Feb 14, 1:32 PM
Unknown Object (File)
Sat, Feb 14, 1:15 PM
Unknown Object (File)
Jan 20 2026, 4:43 AM
Unknown Object (File)
Jan 17 2026, 10:45 AM
Unknown Object (File)
Jan 6 2026, 11:19 AM
Unknown Object (File)
Dec 20 2025, 10:19 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.