From: Dmitry V. Levin Date: Sat, 9 Jan 2016 22:54:53 +0000 (+0000) Subject: sparc64: fix names of {s,g}etres{u,g}id syscalls X-Git-Tag: v4.12~664 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7de53317ab8fd2ba367d533c581fcae64dda86d3;p=strace sparc64: fix names of {s,g}etres{u,g}id syscalls * linux/sparc64/syscallent.h [108 ... 111]: Use sparc64 syscall names. --- diff --git a/linux/sparc64/syscallent.h b/linux/sparc64/syscallent.h index 07b6b782..13ee2fc4 100644 --- a/linux/sparc64/syscallent.h +++ b/linux/sparc64/syscallent.h @@ -104,10 +104,10 @@ [105] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, [106] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, [107] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, -[108] = { 3, 0, SEN(setresuid), "setresuid32" }, -[109] = { 3, 0, SEN(getresuid), "getresuid32" }, -[110] = { 3, 0, SEN(setresgid), "setresgid32" }, -[111] = { 3, 0, SEN(getresgid), "getresgid32" }, +[108] = { 3, 0, SEN(setresuid), "setresuid" }, +[109] = { 3, 0, SEN(getresuid), "getresuid" }, +[110] = { 3, 0, SEN(setresgid), "setresgid" }, +[111] = { 3, 0, SEN(getresgid), "getresgid" }, [112] = { }, [113] = { 3, TN, SEN(recvmsg), "recvmsg" }, [114] = { 3, TN, SEN(sendmsg), "sendmsg" },