]> granicus.if.org Git - strace/commit
tests: fix printing of min_nr and nr arguments of io_getevents syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 5 Sep 2016 01:32:40 +0000 (04:32 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 5 Sep 2016 15:58:35 +0000 (15:58 +0000)
commitdf00cad32ec7b40b45310c78640be12d02a525fe
tree57778c6990a0811a673591b4a3d34888d2e969e4
parentafcbaaf050868498ed24cd8db04b17c47d7b991d
tests: fix printing of min_nr and nr arguments of io_getevents syscall

* tests/aio.c (main): Change output format for min_nr and nr arguments
in io_getevents check to %ld, cast these arguments to long.
tests/aio.c