This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] kernel-features.h for hppa


On Fri, Apr 14, 2006 at 07:07:14PM -0400, Mike Frysinger wrote:
> i always wondered which one of these is preferable:
> #include_next <kernel-features.h>
> or
> #include <sysdeps/unix/sysv/linux/kernel-features.h>

You always use include_next if you want "the header I've overridden".
It's only in C files that we have to mess around with paths.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]