[cfe-commits] r97666 - /cfe/trunk/lib/Frontend/InitHeaderSearch.cpp

Eric Christopher echristo at apple.com
Wed Mar 3 14:19:41 PST 2010


>> 
> You sure that's right?
> 
> That directory contains the Linux kernel headers. Every app I've ever
> seen that uses those headers always includes them like so:
> 
> #include <linux/header.h>
> 
> I don't think that should be in the default include path.

It also contains headers like... stddef.h.

I guess we could use the internal gcc one, but I'd prefer to use broader headers so we could avoid the need to do that.

-eric



More information about the cfe-commits mailing list