[klibc] [patch] statfs64 sparc64 fix

Kyle McMartin kyle at mcmartin.ca
Sun Feb 19 08:49:18 PST 2006


On Sun, Feb 19, 2006 at 05:08:40PM +0100, maximilian attems wrote:
>  
> -#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc64__)
> +#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__arch64__)
>

This should be !defined(__sparc_v9__), I do believe. At least, that's
what almost everyone else uses to differentiate them.

Cheers,
	Kyle



More information about the klibc mailing list