shared/seccomp: add sync_file_range2
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Aug 2019 06:51:39 +0000 (08:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Aug 2019 09:10:40 +0000 (11:10 +0200)
commita8fb09f57395613d472d7b555db6e0ce802a8c84
treec4ead6ec179c2132d43db924fab80d978a5621a6
parent4eaa2486b8d11d867814802f03d348c09e712fd0
shared/seccomp: add sync_file_range2

Some architectures need the arguments to be reordered because of alignment
issues. Otherwise, it's the same as sync_file_range.
src/shared/seccomp-util.c