Quoting Sukadev Bhattiprolu ([email protected]): ... > 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 [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
