* linux/s390/syscallent.h: Change nargs to 3 for truncate64/ftruncate64.
---
 linux/s390/syscallent.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h
index c79627a..2643380 100644
--- a/linux/s390/syscallent.h
+++ b/linux/s390/syscallent.h
@@ -221,8 +221,8 @@
        { 0,    TP,     sys_vfork,              "vfork"         }, /* 190 */
        { 2,    0,      sys_getrlimit,          "getrlimit"     }, /* 191 */
        { 1,    TD|TM,  sys_old_mmap_pgoff,     "mmap2"         }, /* 192 */
-       { 2,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
-       { 2,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
+       { 3,    TF,     sys_truncate64,         "truncate64"    }, /* 193 */
+       { 3,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 194 */
        { 2,    TF,     sys_stat64,             "stat64"        }, /* 195 */
        { 2,    TF,     sys_lstat64,            "lstat64"       }, /* 196 */
        { 2,    TD,     sys_fstat64,            "fstat64"       }, /* 197 */
-- 
1.8.2.1


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to