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, Jun 8, 3:36 AM
Unknown Object (File)
Mon, Jun 8, 3:06 AM
Unknown Object (File)
Sun, Jun 7, 5:33 PM
Unknown Object (File)
Sat, Jun 6, 1:52 AM
Unknown Object (File)
Tue, May 26, 12:28 AM
Unknown Object (File)
Tue, May 26, 12:25 AM
Unknown Object (File)
Mon, May 25, 11:29 PM
Unknown Object (File)
Mon, May 25, 11:25 PM

Diff Detail

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

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 ↗(On Diff #99530)

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?