[PATCH] printllval: handle s390x
Dmitry V. Levin
ldv at altlinux.org
Wed May 1 16:06:41 UTC 2013
On Tue, Apr 30, 2013 at 11:48:07PM -0400, Mike Frysinger wrote:
> This is a 64bit arch w/no personalities, so fix printing.
> It can now trace a simple call like readahead:
> $ cat test.c
> main(){readahead(-1, (unsigned long long)1 << 50, 0);}
> $ gcc test.c
> $ ./strace -ereadahead ./a.out
> readahead(-1, 1125899906842624, 0) = -1 EBADF (Bad file descriptor)
>
> * util.c (printllval): Handle S390X define.
Applied, thanks.
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20130501/2f5bb6b0/attachment.bin>
More information about the Strace-devel
mailing list