Re: //include <stdarg.h>

From: Randy Dunlap
Date: Mon Nov 09 2009 - 17:46:25 EST


Felipe Bica wrote:
> Hi,
>
> Sorry but... maybe somebody already had talk about stdarg,h, but at
> least I fell more social sending one email after build a linux kernel
> over nine thousand times this year. :)

Hi,
Is there a question or a problem?? ;)

Here is a comment from the past:

* include/linux/kernel.h (and many others) include <stdarg.h>
BUT - since we are using -nostdinc, /usr/include/stdarg.h is not
considered. And gcc's stdarg.h (which lives at
/usr/lib/gcc/i586-suse-linux/4.1.2/include/stdarg.h in Linux land)
[is used instead]


so what is your question?

~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/