From: Roland McGrath Date: Fri, 16 Mar 2007 21:56:05 +0000 (+0000) Subject: 2007-03-16 Roland McGrath X-Git-Tag: v4.5.18~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc6cbe2a42513beee965e167ffd1ba6664a67e9e;p=strace 2007-03-16 Roland McGrath * linux/s390/syscallent.h: Use sys_restart_syscall for 7. * linux/s390x/syscallent.h: Likewise. --- diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 68ac10e8..8d3829e3 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -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 */ diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 41ed9845..9dd95cc5 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -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 */