summaryrefslogtreecommitdiff
path: root/tests/33-sim-socket_syscalls_be.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: various additions to improve code coveragePaul Moore2021-08-121-0/+3
| | | | | Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* s390: handle multiplexed syscalls correctlyPaul Moore2016-04-201-0/+81
It turns out the socket and ipc related syscalls are also multiplexed on s390/s390x much like they are on 32-bit x86. Further making things difficult is that starting with Linux 4.3 the socket syscalls are also available as directly wired versions, much like 32-bit x86. This patch attempts to fix all those problems. Signed-off-by: Paul Moore <paul@paul-moore.com>