[Devel] Re: [PATCH 05/11] Move event-notifications to libcrtest/common.c
Serge E. Hallyn
serue at us.ibm.com
Fri Jan 29 18:44:28 PST 2010
Quoting Sukadev Bhattiprolu (sukadev at linux.vnet.ibm.com):
...
> diff --git a/libcrtest/libcrtest.h b/libcrtest/libcrtest.h
> index a42c178..9a0a13e 100644
> --- a/libcrtest/libcrtest.h
> +++ b/libcrtest/libcrtest.h
> @@ -12,6 +12,10 @@ struct record {
> char data[256];
> };
>
> +#ifdef __i386__
> +typedef unsigned long long u64;
> +#endif
> +
Why did you make this __i386__ only? I need this on s390 too, but am
wondering whether I'll break another arch if I just remove this ifdef?
Did you see this break on x86-64 or powerpc or something?
-serge
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list