Dmitry V. Levin 7845a42b39 Fix preadv/pwritev offset decoding
* util.c (printllval): Add align argument.
* defs.h (printllval): Update prototype.
(printllval_aligned, printllval_unaligned): New macros.
* file.c (sys_readahead, sys_truncate64, sys_ftruncate64, sys_fadvise64,
sys_fadvise64_64, sys_sync_file_range, sys_sync_file_range2,
sys_fallocate): Replace printllval call with printllval_aligned.
* io.c (sys_pread, sys_pwrite): Likewise.
(sys_preadv, sys_pwritev): Replace printllval call with
printllval_unaligned.
* linux/arm/syscallent.h: Set the number of preadv and pwritev
arguments to 5.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.

Reported-by: Dima Kogan <dima@secretsauce.net>
2014-04-17 13:39:49 +00:00
..
2014-04-17 13:39:49 +00:00
2014-04-17 13:39:49 +00:00
2014-04-17 13:39:49 +00:00
2014-04-17 13:39:49 +00:00
2014-02-05 15:43:04 +00:00
2013-06-03 16:24:53 +00:00
2013-06-03 16:24:53 +00:00
2012-02-25 15:41:21 +00:00
2014-02-05 14:25:20 +00:00
2013-02-14 13:39:53 +01:00
2014-02-04 00:03:08 +00:00
2014-02-05 14:51:19 +00:00
2001-08-03 21:51:48 +00:00
2013-05-02 22:50:55 +00:00