]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-seccomp: arm64 does not have access() and poll() 6380/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 Jul 2017 19:30:48 +0000 (19:30 +0000)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 15 Jul 2017 21:18:22 +0000 (17:18 -0400)
commitf60a865a496e1e6fde7436b4013dd8ff677f29a1
treeb6819280fe4b6fad9145e266f8a6fd7b693810e0
parent79873bc850177050baa0c5165b119adafeebb891
test-seccomp: arm64 does not have access() and poll()

glibc uses faccessat and ppoll, so just add a filters for that.

(cherry picked from commit abc0213839fef92e2e2b98a434914f22ece48490)
src/test/test-seccomp.c