alpha: fix decoding of shmat syscall
On alpha, shmat syscall is known as osf_shmat. * linux/alpha/syscallent.h (osf_shmat): Fix sys_flags and sys_func.
This commit is contained in:
parent
f22db4e753
commit
10c6c3f7b5
@ -212,7 +212,7 @@
|
||||
[206] = { 3, TI, SEN(semop), "semop" },
|
||||
[207] = { 1, 0, SEN(printargs), "osf_utsname" },
|
||||
[208] = { 3, TF, SEN(chown), "lchown" },
|
||||
[209] = { 3, TI|TM, SEN(printargs), "osf_shmat" },
|
||||
[209] = { 3, TI|TM|SI, SEN(shmat), "osf_shmat" },
|
||||
[210] = { 3, TI, SEN(shmctl), "shmctl" },
|
||||
[211] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" },
|
||||
[212] = { 3, TI, SEN(shmget), "shmget" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user