sparc64: fix names of {s,g}etres{u,g}id syscalls
* linux/sparc64/syscallent.h [108 ... 111]: Use sparc64 syscall names.
This commit is contained in:
parent
b663fd990b
commit
7de53317ab
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user