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 07b6b78..13ee2fc 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"		},