diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-08 16:36:29 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-08 16:57:53 +0000 |
commit | cbd4e922ac1be0d4cb3af912f88893e6ed53f27d (patch) | |
tree | 8c7648a43ed625248f398dc9ee2b36d9ed40fc66 /linux/sh64/syscallent.h | |
parent | 56ef5ef90f23e1875247b1ee2b74549845c3eb63 (diff) | |
download | strace-cbd4e922ac1be0d4cb3af912f88893e6ed53f27d.tar.gz |
Add syscall entries for new linux syscalls
* linux/dummy.h: Add printargs aliases for sys_finit_module, sys_kcmp
and sys_sync_file_range2.
* linux/alpha/syscallent.h: Add entries for process_vm_readv
and process_vm_writev.
* linux/bfin/syscallent.h: Likewise.
* linux/arm/syscallent.h: Add entries for sync_file_range2, kcmp
and finit_module.
* linux/hppa/syscallent.h: Add entries for process_vm_readv,
process_vm_writev, kcmp and finit_module.
* linux/tile/syscallent.h: Likewise.
* linux/tile/syscallent1.h: Likewise.
* linux/ia64/syscallent.h: Add entry for finit_module.
* linux/i386/syscallent.h: Add entries for kcmp and finit_module.
* linux/m68k/syscallent.h: Likewise.
* linux/metag/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/or1k/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
* linux/s390/syscallent.h: Add entries for s390_runtime_instr, kcmp
and finit_module.
* linux/s390x/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Add entries for kern_features, kcmp
and finit_module.
Diffstat (limited to 'linux/sh64/syscallent.h')
-rw-r--r-- | linux/sh64/syscallent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index fa9c0aa3d..e970147d2 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -404,8 +404,8 @@ { 2, TD, sys_setns, "setns" }, /* 375 */ { 6, 0, sys_process_vm_readv, "process_vm_readv" }, /* 376 */ { 6, 0, sys_process_vm_writev, "process_vm_writev" }, /* 377 */ - { 5, 0, NULL, NULL }, /* 378 */ - { 5, 0, NULL, NULL }, /* 379 */ + { 5, 0, sys_kcmp, "kcmp" }, /* 378 */ + { 3, TD, sys_finit_module, "finit_module" }, /* 379 */ { 5, 0, NULL, NULL }, /* 380 */ { 5, 0, NULL, NULL }, /* 381 */ { 5, 0, NULL, NULL }, /* 382 */ |