Page MenuHomeFreeBSD

LinuxKPI: Add proxy stdarg.h some typical header pollution
ClosedPublic

Authored by wulf on Dec 6 2021, 10:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 27, 9:28 PM
Unknown Object (File)
Fri, Jan 24, 7:14 PM
Unknown Object (File)
Thu, Jan 23, 6:30 PM
Unknown Object (File)
Dec 10 2024, 12:18 AM
Unknown Object (File)
Nov 19 2024, 3:06 AM
Unknown Object (File)
Oct 21 2024, 8:11 PM
Unknown Object (File)
Sep 29 2024, 10:46 PM
Unknown Object (File)
Sep 28 2024, 8:32 AM

Diff Detail

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

Event Timeline

wulf requested review of this revision.Dec 6 2021, 10:05 AM

It looks to me like the added includes should be committed separately.

This revision is now accepted and ready to land.Dec 6 2021, 10:19 AM

It looks to me like the added includes should be committed separately.

Agreed.

bz added inline comments.
sys/compat/linuxkpi/common/include/stdarg.h
27

Even though we are currently only including our stdarg.h can you please put header guards around it so that it could be extended in the future?