* //include <stdarg.h>
@ 2009-11-09 21:59 Felipe Bica
2009-11-09 22:45 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Felipe Bica @ 2009-11-09 21:59 UTC (permalink / raw)
To: linux-kernel
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. :)
Thanks,
felipe@underdog
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: //include <stdarg.h>
2009-11-09 21:59 //include <stdarg.h> Felipe Bica
@ 2009-11-09 22:45 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-11-09 22:45 UTC (permalink / raw)
To: Felipe Bica; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-09 22:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 21:59 //include <stdarg.h> Felipe Bica
2009-11-09 22:45 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox