From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Griffin Date: Thu, 17 Oct 2002 14:47:04 +0000 Subject: Re: [Linux-ia64] system.h / pal.h / types.h Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org Andreas, I am making a few RPMS from source. The source has an include of asm/system.h. If "asm/system.h" is in a "c" program I do not think a person should have an error. Are you saying that programs should not have asm/system.h in them? Joe Andreas Schwab wrote: >Joe Griffin writes: > >|> Hello, >|> >|> The following program fails on my IA64 (tiger) >|> with the 2.4.18 kernel and 2.2.4 glibc. There >|> is an error when system.h includes pal.h: >|> >|> #include >|> #include >|> main () >|> { >|> printf("Hello World \n"); >|> } > >What are you trying to do? Kernel headers are just that, kernel headers, >and not for use in user programs. > >Andreas. > > >