bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: fix gcc bug and big-endian issues for GPT


From: Andrew Clausen
Subject: Re: PATCH: fix gcc bug and big-endian issues for GPT
Date: Sun, 7 Apr 2002 13:24:58 +1000
User-agent: Mutt/1.3.28i

On Sat, Apr 06, 2002 at 10:54:44PM +0100, Richard Hirst wrote:
> An alternative conclusion might be that glibc headers are broken on
> ia64, as presumably no other arch is hitting this problem.  I don't know
> whether it is reasonable for <signal.h> to pull in <asm/types.h>, but
> <sys/types.h> does not pull in <asm/types.h>, so maybe not.  Anyway,
> enough rambling ;)

So, possible solutions:
* fix glibc headers
* #undef __u8 and friends before #include <signal.h> (yuck!)
* s/__u8/something else/ and friends...

Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]