]> granicus.if.org Git - strace/commitdiff
microblaze: fix several syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 16:33:00 +0000 (16:33 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 19:09:35 +0000 (19:09 +0000)
* linux/microblaze/syscallent.h (signalfd4, eventfd2, epoll_create1,
dup3, pipe2, inotify_init1, recvmmsg): Set sys_func.

linux/microblaze/syscallent.h

index 60620644d6b9a30f10f6a6ef4f2c386a85704714..379e6cf09fe7057d41d104d3b116535af03666d6 100644 (file)
 [336] = { 3,   TI,             SEN(shmctl),                    "shmctl"                },
 [337] = { 1,   TI|TM|SI,       SEN(shmdt),                     "shmdt"                 },
 [338] = { 3,   TI,             SEN(shmget),                    "shmget"                },
-[339] = { 4,   TD|TS,          SEN(printargs),                 "signalfd4"             },
-[340] = { 2,   TD,             SEN(printargs),                 "eventfd2"              },
-[341] = { 1,   TD,             SEN(printargs),                 "epoll_create1"         },
-[342] = { 3,   TD,             SEN(printargs),                 "dup3"                  },
-[343] = { 2,   TD,             SEN(printargs),                 "pipe2"                 },
-[344] = { 1,   TD,             SEN(printargs),                 "inotify_init1"         },
+[339] = { 4,   TD|TS,          SEN(signalfd4),                 "signalfd4"             },
+[340] = { 2,   TD,             SEN(eventfd2),                  "eventfd2"              },
+[341] = { 1,   TD,             SEN(epoll_create1),             "epoll_create1"         },
+[342] = { 3,   TD,             SEN(dup3),                      "dup3"                  },
+[343] = { 2,   TD,             SEN(pipe2),                     "pipe2"                 },
+[344] = { 1,   TD,             SEN(inotify_init1),             "inotify_init1"         },
 [345] = { 3,   TN,             SEN(socket),                    "socket"                },
 [346] = { 4,   TN,             SEN(socketpair),                "socketpair"            },
 [347] = { 3,   TN,             SEN(bind),                      "bind"                  },
 [364] = { 5,   TD,             SEN(pwritev),                   "pwritev"               },
 [365] = { 4,   TP|TS,          SEN(rt_tgsigqueueinfo),         "rt_tgsigqueueinfo"     },
 [366] = { 5,   TD,             SEN(perf_event_open),           "perf_event_open"       },
-[367] = { 5,   TN,             SEN(printargs),                 "recvmmsg"              },
+[367] = { 5,   TN,             SEN(recvmmsg),                  "recvmmsg"              },
 [368] = { 2,   TD,             SEN(fanotify_init),             "fanotify_init"         },
 [369] = { 6,   TD|TF,          SEN(fanotify_mark),             "fanotify_mark"         },
 [370] = { 4,   0,              SEN(prlimit64),                 "prlimit64"             },