]> granicus.if.org Git - strace/commit
Fix sys_semtimedop decoding on s390x
authorStanislav Brabec <sbrabec@suse.cz>
Mon, 10 Dec 2012 19:18:49 +0000 (20:18 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 15 Dec 2012 14:13:05 +0000 (14:13 +0000)
commitbeae4c7182d8204a0d9fa9db2295c42744f7f377
treefc3bee4eebccf31b021ee23163d7e20cbae52515
parent1f21513c38cbcb1d3d16e7b8ac0f17ef4793085e
Fix sys_semtimedop decoding on s390x

The s390 and s390x pass semtimedop arguments differently from other
architectures.  sys_semtimedop parser was fixed for s390 by commit
v4.6-177-ge0f5fd8, and s390x requires the same fix.

* linux/ipc.c (sys_semtimedop): Fix timespec decoding on s390x.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
ipc.c