]> granicus.if.org Git - strace/commitdiff
2007-03-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 16 Mar 2007 21:56:05 +0000 (21:56 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 16 Mar 2007 21:56:05 +0000 (21:56 +0000)
* linux/s390/syscallent.h: Use sys_restart_syscall for 7.
* linux/s390x/syscallent.h: Likewise.

linux/s390/syscallent.h
linux/s390x/syscallent.h

index 68ac10e872dd09da16137eeee32de4528113c986..8d3829e3c069ce8ac4c41e3f1b04ba605c645bd3 100644 (file)
@@ -35,7 +35,7 @@
        { 3,    TD,     sys_write,              "write"         }, /* 4 */
        { 3,    TD|TF,  sys_open,               "open"          }, /* 5 */
        { 1,    TD,     sys_close,              "close"         }, /* 6 */
-       { -1,   0,      printargs,              "SYS_7"         }, /* 7 */
+       { 0,    0,      sys_restart_syscall,    "restart_syscall"}, /* 7 */
        { 2,    TD|TF,  sys_creat,              "creat"         }, /* 8 */
        { 2,    TF,     sys_link,               "link"          }, /* 9 */
        { 1,    TF,     sys_unlink,             "unlink"        }, /* 10 */
index 41ed98459bc4fa6482401a68bdad39846d043051..9dd95cc5408947be0c87c8d4926310113d8de4df 100644 (file)
@@ -34,7 +34,7 @@
        { 3,    TD,     sys_write,              "write"         }, /* 4 */
        { 3,    TD|TF,  sys_open,               "open"          }, /* 5 */
        { 1,    TD,     sys_close,              "close"         }, /* 6 */
-       { -1,   0,      printargs,              "SYS_7"         }, /* 7 */
+       { 0,    0,      sys_restart_syscall,    "restart_syscall"}, /* 7 */
        { 2,    TD|TF,  sys_creat,              "creat"         }, /* 8 */
        { 2,    TF,     sys_link,               "link"          }, /* 9 */
        { 1,    TF,     sys_unlink,             "unlink"        }, /* 10 */