]> granicus.if.org Git - strace/commitdiff
2007-07-23 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 24 Jul 2007 01:52:57 +0000 (01:52 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 24 Jul 2007 01:52:57 +0000 (01:52 +0000)
* linux/syscallent.h: move_pages takes 6 args, not 5.
* linux/x86_64/syscallent.h: Likewise.
2007-07-23  Ulrich Drepper  <drepper@redhat.com>

* mem.c (move_pages_flags): New variable.
(sys_move_pages): New function.
* linux/syscall.h: Declare sys_move_pages.
* linux/syscallent.h: Add entry for sys_move_pages.
* linux/x86_64/syscallent.h: Likewise.

linux/syscallent.h
linux/x86_64/syscallent.h

index 7704e650d38a09763cddb74ec92a9bd553a7e79e..df1f607ec766b34c89ce1bb422ac53bad20ba691 100644 (file)
        { 4,    TD,     printargs,              "sync_file_range" }, /* 314 */
        { 4,    TD,     printargs,              "tee"           }, /* 315 */
        { 4,    TD,     printargs,              "vmsplice"      }, /* 316 */
-       { 5,    0,      printargs,              "SYS_317"       }, /* 317 */
+       { 6,    0,      sys_move_pages,         "move_pages"    }, /* 317 */
        { 5,    0,      printargs,              "SYS_318"       }, /* 318 */
        { 5,    0,      printargs,              "SYS_319"       }, /* 319 */
        { 5,    0,      printargs,              "SYS_320"       }, /* 320 */
index 66c62b9cab9bbfa5632ef2832ef911199d74e80d..83dad868e73724c232778d4c5bb5e2462dae2d8d 100644 (file)
        { 4,    TD,     printargs,              "sync_file_range" }, /* 276 */
        { 4,    TD,     printargs,              "tee"           }, /* 277 */
        { 4,    TD,     printargs,              "vmsplice"      }, /* 278 */
+       { 6,    0,      sys_move_pages,         "move_pages"    }, /* 279 */