From: Dmitry V. Levin Date: Tue, 21 Jul 2015 16:34:25 +0000 (+0000) Subject: sh64: fix inotify_{add,rm}_watch syscall entries X-Git-Tag: v4.11~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae61067ce6edc5700c53d5c3fa4c11a62e847248;p=strace sh64: fix inotify_{add,rm}_watch syscall entries * linux/sh64/syscallent.h (inotify_add_watch, inotify_rm_watch): Set sys_func. --- diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 02538dfa..852c03fd 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -342,8 +342,8 @@ [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" },