Preparing for the next release: call for testing

Mike Frysinger vapier at gentoo.org
Mon Mar 2 17:01:47 UTC 2015


On 02 Mar 2015 18:13, Dmitry V. Levin wrote:
> On Mon, Mar 02, 2015 at 02:31:51PM +0300, Dmitry V. Levin wrote:
> > On Mon, Mar 02, 2015 at 12:42:45AM -0500, Mike Frysinger wrote:
> > >  - x32 sysinfo.c has type warnings
> > The fix seems to be as simple as "sed -i s/%l/%j/g sysinfo.c".
> 
> No, %ju is not a correct fix for 32-bit architectures,
> I had to use %llu format and cast to unsigned long long.

intmax_t should be 64bit on ILP32 systems.  it doesn't always mean you can avoid 
the cast though :(.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20150302/22ec424d/attachment.bin>


More information about the Strace-devel mailing list