]> granicus.if.org Git - strace/commitdiff
sh64: fix inotify_{add,rm}_watch syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 16:34:25 +0000 (16:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 19:09:35 +0000 (19:09 +0000)
* linux/sh64/syscallent.h (inotify_add_watch, inotify_rm_watch):
Set sys_func.

linux/sh64/syscallent.h

index 02538dfa8559bb8e805c48c23619b0c56fede700..852c03fdc9aa7eda1258a622b8cc354c4e63abc7 100644 (file)
 [316] = { 3,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [317] = { 2,   0,              SEN(ioprio_get),                "ioprio_get"            },
 [318] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
-[319] = { 3,   TD,             SEN(printargs),                 "inotify_add_watch"     },
-[320] = { 2,   TD,             SEN(printargs),                 "inotify_rm_watch"      },
+[319] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
+[320] = { 2,   TD,             SEN(inotify_rm_watch),          "inotify_rm_watch"      },
 [321] = { },
 [322] = { 4,   TM,             SEN(migrate_pages),             "migrate_pages"         },
 [323] = { 4,   TD|TF,          SEN(openat),                    "openat"                },