diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-08 17:03:24 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-08 17:03:24 +0000 |
commit | f9236e6d76f617819b45c10e3485f07c3d9083f8 (patch) | |
tree | 6c928d5e87001bceda66d622726ed840f04cfb30 /linux/microblaze | |
parent | cbd4e922ac1be0d4cb3af912f88893e6ed53f27d (diff) | |
download | strace-f9236e6d76f617819b45c10e3485f07c3d9083f8.tar.gz |
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.
Diffstat (limited to 'linux/microblaze')
-rw-r--r-- | linux/microblaze/syscallent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index 35a804cd1..22b69c48a 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -340,7 +340,7 @@ { 2, 0, sys_set_robust_list, "set_robust_list" }, /* 311 */ { 3, 0, sys_get_robust_list, "get_robust_list" }, /* 312 */ { 6, TD, sys_splice, "splice" }, /* 313 */ - { 4, TD, sys_sync_file_range, "sync_file_range"}, /* 314 */ + { 6, TD, sys_sync_file_range, "sync_file_range"}, /* 314 */ { 4, TD, sys_tee, "tee" }, /* 315 */ { 5, TD, sys_vmsplice, "vmsplice" }, /* 316 */ { 6, TM, sys_move_pages, "move_pages" }, /* 317 */ |