]> granicus.if.org Git - strace/commit
tests: skip socketcall test on arm eabi
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 16 Jul 2019 17:46:47 +0000 (17:46 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 16 Jul 2019 17:46:47 +0000 (17:46 +0000)
commit3458fe8f6de425b4e8a10eda8d85eef0330ec947
tree0e719caebd2d2971202b43bbffb6930190301164
parent6d63fdc1bd06806e07f186e1135714b6a201d84d
tests: skip socketcall test on arm eabi

arm eabi has no socketcall even if __NR_socketcall is defined.

* tests/socketcall.c: Conditionalize on !__ARM_EABI__ along with
__NR_socketcall.
tests/socketcall.c