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:
Дмитрий Левин 2016-04-20 01:05:18 +00:00
parent f22db4e753
commit 10c6c3f7b5

View File

@ -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" },