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)
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
Unknown Object (File)
Sep 22 2024, 2:16 AM
Unknown Object (File)
Sep 21 2024, 10:17 AM
Unknown Object (File)
Sep 18 2024, 9:51 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?