This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] Misc portability improvements


On Sat, Oct 08, 2005 at 05:28:37PM -0700, Ulrich Drepper wrote:
> Robert Millan wrote:
> > For example, I could want <linux/soundcard.h> to check wether <sys/soundcard.h>
> > is included and issue a warning if it's not (including <linux/soundcard.h> for
> > standard OSS programs is a gratuitous portability error)
> 
> That's all unnecessary.  Plus, these are all legacy headers which
> shouldn't ever be used.

That's why I want to add a warning.  Since these headers shouldn't ever be used,
a warning would help avoiding that.

-- 
Robert Millan


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