From: Dmitry V. Levin Date: Sat, 24 Jan 2015 16:37:36 +0000 (+0000) Subject: hppa: fix typos in getresuid and getresgid syscall entries X-Git-Tag: v4.10~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad6604859227a03460394ec800ccd7b7d8a63a24;p=strace hppa: fix typos in getresuid and getresgid syscall entries * linux/hppa/syscallent.h (getresuid): Change sys_func to sys_getresuid. (getresgid): Change sys_func to sys_getresgid. --- diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 2439f531..6b1eeb93 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -167,13 +167,13 @@ [162] = { 2, 0, sys_nanosleep, "nanosleep" }, [163] = { 5, TM|SI, sys_mremap, "mremap" }, [164] = { 3, 0, sys_setresuid, "setresuid" }, -[165] = { 3, 0, sys_setresuid, "getresuid" }, +[165] = { 3, 0, sys_getresuid, "getresuid" }, [166] = { 2, TS, sys_sigaltstack, "sigaltstack" }, [167] = { 5, 0, sys_query_module, "query_module" }, [168] = { 3, TD, sys_poll, "poll" }, [169] = { 3, 0, sys_nfsservctl, "nfsservctl" }, [170] = { 3, 0, sys_setresgid, "setresgid" }, -[171] = { 3, 0, sys_setresgid, "getresgid" }, +[171] = { 3, 0, sys_getresgid, "getresgid" }, [172] = { 5, 0, sys_prctl, "prctl" }, [173] = { 0, TS, sys_sigreturn, "rt_sigreturn" }, [174] = { 4, TS, sys_rt_sigaction, "rt_sigaction" },