Including it is needed to have '__va_list' defined.
This is a step to make <sys/kassert.h> usable without the need to
explicitly include other headers.
Differential D49972
kassert: Explicitly include <sys/_types> olce on Wed, Apr 23, 10:04 AM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions title should likely say _types.h though. Comment Actions I could have sworn that style.9 says that one can assume that param.h and (_)types.h include cdefs.h, but I can't find any mention of that. IMO it's okay to drop the cdefs include, but it doesn't matter much here. |