]> git.proxmox.com Git - mirror_libseccomp.git/commit
arch: fix the multiplexed ipc() syscalls
authorPaul Moore <paul@paul-moore.com>
Wed, 20 Apr 2016 17:26:54 +0000 (13:26 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 20 Apr 2016 17:26:54 +0000 (13:26 -0400)
commita58deebd1ee7bedc47bb966ebeec699421e40c65
tree77574d060773de7315b2e67d7a08065691ebfe55
parent66282c31034e2bb442bd9dc862d6d814f0df2f98
arch: fix the multiplexed ipc() syscalls

Unfortunately we were only properly handling some of the multiplexed
ipc() syscalls, this patch correctly handles all of the ipc()
syscalls.

Signed-off-by: Paul Moore <paul@paul-moore.com>
src/arch-s390.c
src/arch-s390x.c
src/arch-x86.c