[klibc] [patch] statfs64 sparc64 fix

Martin Michlmayr tbm at cyrius.com
Sun Feb 19 08:36:31 PST 2006


* maximilian attems <maks at sternwelten.at> [2006-02-19 17:08]:
> -#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc64__)
> +#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__arch64__)

Shouldn't the whole line be replaced with just __arch64__ then?  If
__arch64__ is a sparc only thing, I think && (defined(__sparc__) &&
defined(__arch64__)) or something would help readability.
-- 
Martin Michlmayr
http://www.cyrius.com/



More information about the klibc mailing list