]> granicus.if.org Git - strace/commitdiff
hppa: fix several syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 16:30:19 +0000 (16:30 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 19:09:35 +0000 (19:09 +0000)
* linux/hppa/syscallent.h (remap_file_pages, mq_open, mq_unlink,
mq_timedsend, mq_timedreceive, mq_notify, mq_getsetattr,
clock_nanosleep, signalfd, timerfd): Set sys_func.

linux/hppa/syscallent.h

index 5c4a62db052363ee06094704fe98320ab337baf5..4ef47b2cb27a9ac3987fc75e2f25ee94d8f6699e 100644 (file)
 [224] = { 1,   TD,             SEN(epoll_create),              "epoll_create"          },
 [225] = { 4,   TD,             SEN(epoll_ctl),                 "epoll_ctl"             },
 [226] = { 4,   TD,             SEN(epoll_wait),                "epoll_wait"            },
-[227] = { 5,   TM|SI,          SEN(printargs),                 "remap_file_pages"      },
+[227] = { 5,   TM|SI,          SEN(remap_file_pages),          "remap_file_pages"      },
 [228] = { 4,   TI,             SEN(semtimedop),                "semtimedop"            },
-[229] = { 5,   0,              SEN(printargs),                 "mq_open"               },
-[230] = { 5,   0,              SEN(printargs),                 "mq_unlink"             },
-[231] = { 5,   0,              SEN(printargs),                 "mq_timedsend"          },
-[232] = { 5,   0,              SEN(printargs),                 "mq_timedreceive"       },
-[233] = { 5,   0,              SEN(printargs),                 "mq_notify"             },
-[234] = { 5,   0,              SEN(printargs),                 "mq_getsetattr"         },
+[229] = { 4,   0,              SEN(mq_open),                   "mq_open"               },
+[230] = { 1,   0,              SEN(mq_unlink),                 "mq_unlink"             },
+[231] = { 5,   0,              SEN(mq_timedsend),              "mq_timedsend"          },
+[232] = { 5,   0,              SEN(mq_timedreceive),           "mq_timedreceive"       },
+[233] = { 2,   0,              SEN(mq_notify),                 "mq_notify"             },
+[234] = { 3,   0,              SEN(mq_getsetattr),             "mq_getsetattr"         },
 [235] = { 5,   TP,             SEN(waitid),                    "waitid"                },
 [236] = { 6,   TD,             SEN(fadvise64_64),              "fadvise64_64"          },
 [237] = { 5,   0,              SEN(set_tid_address),           "set_tid_address"       },
 [255] = { 2,   0,              SEN(clock_settime),             "clock_settime"         },
 [256] = { 2,   0,              SEN(clock_gettime),             "clock_gettime"         },
 [257] = { 2,   0,              SEN(clock_getres),              "clock_getres"          },
-[258] = { 5,   0,              SEN(printargs),                 "clock_nanosleep"       },
+[258] = { 4,   0,              SEN(clock_nanosleep),           "clock_nanosleep"       },
 [259] = { 3,   TS,             SEN(tgkill),                    "tgkill"                },
 [260] = { 6,   TM,             SEN(mbind),                     "mbind"                 },
 [261] = { 5,   TM,             SEN(get_mempolicy),             "get_mempolicy"         },
 [299] = { 3,   TD,             SEN(fstatfs64),                 "fstatfs64"             },
 [300] = { 4,   0,              SEN(kexec_load),                "kexec_load"            },
 [301] = { 4,   TD|TF,          SEN(utimensat),                 "utimensat"             },
-[302] = { 3,   TD,             SEN(printargs),                 "signalfd"              },
-[303] = { 4,   TD,             SEN(printargs),                 "timerfd"               },
+[302] = { 3,   TD|TS,          SEN(signalfd),                  "signalfd"              },
+[303] = { 4,   TD,             SEN(timerfd),                   "timerfd"               },
 [304] = { 1,   TD,             SEN(eventfd),                   "eventfd"               },
 [305] = { 6,   TD,             SEN(fallocate),                 "fallocate"             },
 [306] = { 2,   TD,             SEN(timerfd_create),            "timerfd_create"        },