[LTP] [PATCH v3] BPF: Regression test for 64bit arithmetic
Cyril Hrubis
chrubis@suse.cz
Fri Sep 27 13:08:19 CEST 2019
Hi!
> > Technically we should be using PRIu64 which expands to %lu on 64 bit and
> > to %llu on 32 bit. But given that sizeof(long long) == sizeof(long) on
> > 64 bit on Linux %llu should work as well.
>
> Ack.
In the end I've pushed this with the PRIu64 since the compiler was
throwing warnings for %llu on 64 bit.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list