]> granicus.if.org Git - strace/commit
sparc64: fix decoding of the forth argument of semctl syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 17 Aug 2016 21:58:37 +0000 (21:58 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 19 Aug 2016 22:11:46 +0000 (22:11 +0000)
commit1a6470fc80031fc70b6c755e8d4f469bf98ad8aa
treec6dc95a4533859229764caceb898d7439c07ed23
parent4b69c4736cb9b44e0bd7bef16f7f8602b5d2f113
sparc64: fix decoding of the forth argument of semctl syscall

On sparc64, unlike all other architectures where semctl is an indirect
ipc subcall, the forth argument is passed directly.

* ipc_sem.c (SYS_FUNC(semctl)) [SPARC64]: Print 4th argument without
indirection in case of native personality.
ipc_sem.c