]> granicus.if.org Git - strace/commitdiff
Fix stat64 decoding on mips
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 17 Jan 2011 23:24:54 +0000 (23:24 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 17 Jan 2011 23:24:54 +0000 (23:24 +0000)
* linux/mips/syscallent.h: Use sys_stat64() to decode stat64 syscall.
This fixes Debian bug #599028.

linux/mips/syscallent.h

index d3d604fd103e6cb88402e6cee0c2730f3c52b055..3d04701cf71b59e374e24c8da335ec2e03f9368f 100644 (file)
        { 6,    0,      sys_mmap,               "mmap"          }, /* 4210 */
        { 4,    TF,     sys_truncate64,         "truncate64"    }, /* 4211 */
        { 4,    TD,     sys_ftruncate64,        "ftruncate64"   }, /* 4212 */
-       { 2,    TF,     printargs,              "stat64"        }, /* 4213 */
+       { 2,    TF,     sys_stat64,             "stat64"        }, /* 4213 */
        { 2,    TF,     sys_lstat64,            "lstat64"       }, /* 4214 */
        { 2,    TD,     sys_fstat64,            "fstat64"       }, /* 4215 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 4216 */