]> granicus.if.org Git - strace/commitdiff
2007-09-11 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 12 Sep 2007 01:26:31 +0000 (01:26 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 12 Sep 2007 01:26:31 +0000 (01:26 +0000)
* linux/alpha/syscallent.h: Correct entries for madvise, setresgid,
getresgid, pivot_root, mincore, pciconfig_iobase, getdents64.
From Jakub Bogusz <qboosh@pld-linux.org>.

linux/alpha/syscallent.h

index 29b12eb8dca551c0b507e3f525a495a7854e0c3d..a989536663106444dfecada0128cf8765c8bfe86 100644 (file)
        { 5,    0,      printargs,              "osf_old_vadvise"       }, /* 72, not implemented */
        { 2,    0,      sys_munmap,             "munmap"                }, /* 73 */
        { 3,    0,      sys_mprotect,           "mprotect"              }, /* 74 */
-       { 0,    0,      sys_madvise,            "madvise"               }, /* 75 */
+       { 3,    0,      sys_madvise,            "madvise"               }, /* 75 */
        { 0,    0,      sys_vhangup,            "vhangup"               }, /* 76 */
        { 5,    0,      printargs,              "osf_kmodcall"          }, /* 77, not implemented */
        { 5,    0,      printargs,              "osf_mincore"           }, /* 78, not implemented */
        { 2,    0,      sys_capget,             "capget"                }, /* 368 */
        { 2,    0,      sys_capset,             "capset"                }, /* 369 */
        { 4,    TD,     sys_sendfile,           "sendfile"              }, /* 370 */
-       { 3,    0,      printargs,              "setresgid"             }, /* 371 */
-       { 3,    0,      printargs,              "getresgid"             }, /* 372 */
+       { 3,    0,      sys_setresgid,          "setresgid"             }, /* 371 */
+       { 3,    0,      sys_getresgid,          "getresgid"             }, /* 372 */
        { 4,    0,      printargs,              "dipc"                  }, /* 373, not implemented */
-       { 2,    TF,     printargs,              "pivot_root"            }, /* 374 */
-       { 3,    0,      printargs,              "mincore"               }, /* 375 */
-       { 4,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
-       { 4,    TD,     sys_getdents64,         "getdents64"            }, /* 377 */
+       { 2,    TF,     sys_pivotroot,          "pivot_root"            }, /* 374 */
+       { 3,    0,      sys_mincore,            "mincore"               }, /* 375 */
+       { 3,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
+       { 3,    TD,     sys_getdents64,         "getdents64"            }, /* 377 */
        { 0,    0,      printargs,              "gettid"                }, /* 378 */
        { 4,    TD,     sys_readahead,          "readahead"             }, /* 379 */
        { 5,    0,      printargs,              "SYS_380"               }, /* 380 */