]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-seccomp: Check for __NR_ppoll before use (#19858)
authorKhem Raj <raj.khem@gmail.com>
Tue, 15 Jun 2021 04:12:30 +0000 (21:12 -0700)
committerGitHub <noreply@github.com>
Tue, 15 Jun 2021 04:12:30 +0000 (13:12 +0900)
commit0643eb47a0418dc90d33853089dc9bc6ad63b0ca
treef1e0e0fe72ccfedbe14e827eb068f5c46c34e382
parent9868493e174c3d32b78318170bc98622c0c48f0b
test-seccomp: Check for __NR_ppoll before use (#19858)

some newer architectures like riscv32 do not have __NR_ppoll from get go
src/test/test-seccomp.c