]> granicus.if.org Git - strace/commitdiff
sh, sh64: fix syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 20:58:38 +0000 (20:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 21:19:53 +0000 (21:19 +0000)
* linux/sh/syscallent.h [322]: Fix timerfd_create entry.
* linux/sh64/syscallent.h [350]: Likewise.
[0]: Fix restart_syscall entry.

linux/sh/syscallent.h
linux/sh64/syscallent.h

index 9fdae9d0fda746de2794825c21a7a47b1e073574..4715d2719790df52eea1352e7d5dc724886383f8 100644 (file)
 [319] = { 6,   TD,             SEN(epoll_pwait),               "epoll_pwait"           },
 [320] = { 4,   TD|TF,          SEN(utimensat),                 "utimensat"             },
 [321] = { 3,   TD|TS,          SEN(signalfd),                  "signalfd"              },
-[322] = { 4,   TD,             SEN(timerfd),                   "timerfd"               },
+[322] = { 2,   TD,             SEN(timerfd_create),            "timerfd_create"        },
 [323] = { 1,   TD,             SEN(eventfd),                   "eventfd"               },
 [324] = { 6,   TD,             SEN(fallocate),                 "fallocate"             },
 [325] = { 4,   TD,             SEN(timerfd_settime),           "timerfd_settime"       },
index a842addfe6f0bb97256e08169bbd7f0ac470bb5c..614ba81e5cbbd1772309bec88727d1c71b14df94 100644 (file)
@@ -26,7 +26,7 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-[  0] = { 0,   0,              SEN(setup),                     "setup"                 },
+[  0] = { 0,   0,              SEN(restart_syscall),           "restart_syscall"       },
 [  1] = { 1,   TP|SE,          SEN(exit),                      "exit"                  },
 [  2] = { 0,   TP,             SEN(fork),                      "fork"                  },
 [  3] = { 3,   TD,             SEN(read),                      "read"                  },
 [347] = { 6,   TD,             SEN(epoll_pwait),               "epoll_pwait"           },
 [348] = { 4,   TD|TF,          SEN(utimensat),                 "utimensat"             },
 [349] = { 3,   TD|TS,          SEN(signalfd),                  "signalfd"              },
-[350] = { 4,   TD,             SEN(timerfd),                   "timerfd"               },
+[350] = { 2,   TD,             SEN(timerfd_create),            "timerfd_create"        },
 [351] = { 1,   TD,             SEN(eventfd),                   "eventfd"               },
 [352] = { 4,   TD,             SEN(fallocate),                 "fallocate"             },
 [353] = { 4,   TD,             SEN(timerfd_settime),           "timerfd_settime"       },