]> granicus.if.org Git - strace/commit
sync_file_range: fix number of syscall arguments
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 8 May 2013 17:03:24 +0000 (17:03 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 8 May 2013 17:03:24 +0000 (17:03 +0000)
commitf9236e6d76f617819b45c10e3485f07c3d9083f8
tree6c928d5e87001bceda66d622726ed840f04cfb30
parentcbd4e922ac1be0d4cb3af912f88893e6ed53f27d
sync_file_range: fix number of syscall arguments

* linux/avr32/syscallent.h: Set the number of sync_file_range arguments
to 6.
* linux/bfin/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/or1k/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Change sync_file_range to
sync_file_range2, set the number of sync_file_range2 arguments to 6.
* linux/tile/syscallent.h: Change sync_file_range to sync_file_range2,
set the number of sync_file_range2 arguments to 4.
* linux/tile/syscallent1.h: Change sync_file_range to sync_file_range2.
update handler.
* linux/xtensa/syscallent.h: Likewise.
14 files changed:
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/hppa/syscallent.h
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent-o32.h
linux/or1k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/sh/syscallent.h
linux/tile/syscallent.h
linux/tile/syscallent1.h
linux/xtensa/syscallent.h