]> granicus.if.org Git - strace/commitdiff
Fix mincore syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 26 Nov 2011 23:03:35 +0000 (23:03 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 26 Nov 2011 23:03:35 +0000 (23:03 +0000)
* linux/arm/syscallent.h: Fix mincore handler.
* linux/avr32/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.

linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/mips/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h

index 324760bb1f71a53d64604ecc56d8f55a8df30fa2..d4a96743063e2dc66d3581140f6e0a57bfcb9e1c 100644 (file)
        { 1,    NF,     sys_setfsgid,           "setfsgid32"    }, /* 216 */
        { 3,    0,      sys_getdents64,         "getdents64"    }, /* 217 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 218 */
-       { 3,    0,      printargs,              "mincore"       }, /* 219 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 219 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 220 */
        { 3,    0,      sys_fcntl,              "fcntl64"       }, /* 221 */
        { 5,    0,      printargs,              "SYS_222"       }, /* 222 */
index 6c6befeaadca86880ff4b5b2c7b49ada80849942..1f706a5bd6f1a33dabbdfb2a624c442ac845f800 100644 (file)
        { 2,    TF,     sys_lstat64,            "lstat64"       }, /* 169 */
        { 2,    TD,     sys_fstat64,            "fstat64"       }, /* 170 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 171 */
-       { 3,    0,      printargs,              "mincore"       }, /* 172 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 172 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 173 */
        { 3,    TD,     sys_getdents64,         "getdents64"    }, /* 174 */
        { 3,    TD,     sys_fcntl,              "fcntl64"       }, /* 175 */
index ae150b940215d48b11e666ee5bf75b6f050de5e6..557d35de2dc39826ce566defc0c0a2aa6e93b949 100644 (file)
        { 2,    TF,     sys_lstat64,            "lstat64"       }, /* 4214 */
        { 2,    TD,     sys_fstat64,            "fstat64"       }, /* 4215 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 4216 */
-       { 3,    0,      printargs,              "mincore"       }, /* 4217 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 4217 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 4218 */
        { 3,    TF,     sys_getdents64,         "getdents64"    }, /* 4219 */
        { 3,    TD,     sys_fcntl,              "fcntl64"       }, /* 4220 */
        { 0,    0,      sys_sched_yield,        "sched_yield"   }, /* 5023 */
        { 5,    0,      sys_mremap,             "mremap"        }, /* 5024 */
        { 3,    0,      sys_msync,              "msync"         }, /* 5025 */
-       { 3,    0,      printargs,              "mincore"       }, /* 5026 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 5026 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 5027 */
        { 3,    TI,     sys_shmget,             "shmget"        }, /* 5028 */
        { 3,    TI,     sys_shmat,              "shmgat"        }, /* 5029 */
        { 0,    0,      sys_sched_yield,        "sched_yield"   }, /* 6023 */
        { 5,    0,      sys_mremap,             "mremap"        }, /* 6024 */
        { 3,    0,      sys_msync,              "msync"         }, /* 6025 */
-       { 3,    0,      printargs,              "mincore"       }, /* 6026 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 6026 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 6027 */
        { 3,    TI,     sys_shmget,             "shmget"        }, /* 6028 */
        { 3,    TI,     sys_shmat,              "shmgat"        }, /* 6029 */
index 75d07782d378cf98d8ad1e6920525e9381951735..af398bc47931fe7563446ff9fa2118a74bddac5b 100644 (file)
        { 1,    0,      printargs,              "setfsuid32"    }, /* 215 */
        { 1,    0,      printargs,              "setfsgid32"    }, /* 216 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 217 */
-       { 3,    0,      printargs,              "mincore"       }, /* 218 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 218 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 219 */
        { 3,    TD,     sys_getdents64,         "getdents64"    }, /* 220 */
        { 3,    TD,     sys_fcntl,              "fcntl64"       }, /* 221 */
index 622d1bfa1251473be4c0043f4d1c582a52ee4bd8..ef311cf94183ce6b6463c43d33041179800aec36 100644 (file)
        { 1,    0,      printargs,              "setfsuid32"    }, /* 215 */
        { 1,    0,      printargs,              "setfsgid32"    }, /* 216 */
        { 2,    TF,     sys_pivotroot,          "pivot_root"    }, /* 217 */
-       { 3,    0,      printargs,              "mincore"       }, /* 218 */
+       { 3,    0,      sys_mincore,            "mincore"       }, /* 218 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 219 */
        { 3,    TN,     sys_socket,             "socket"        }, /* 220 */
        { 3,    TN,     sys_bind,               "bind"          }, /* 221 */