]> granicus.if.org Git - strace/commitdiff
sparc64: fix names of {s,g}etres{u,g}id syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 9 Jan 2016 22:54:53 +0000 (22:54 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 9 Jan 2016 22:54:53 +0000 (22:54 +0000)
* linux/sparc64/syscallent.h [108 ... 111]: Use sparc64 syscall names.

linux/sparc64/syscallent.h

index 07b6b78204871697b8340efec4ee40c1c80d7928..13ee2fc4950940d0e70f2422e5d632d75493e9a2 100644 (file)
 [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"               },