On 9 October 2015 at 12:05, Peter Maydell <peter.mayd...@linaro.org> wrote:
> /home/petmay01/qemu/util/memfd.c: In function ‘memfd_create’:
> /home/petmay01/qemu/util/memfd.c:57:20: error: ‘__NR_memfd_create’
> undeclared (first use in this function)
>      return syscall(__NR_memfd_create, name, flags);
>                     ^

...also given that this warning is making it nice and obvious
that this is adding a new syscall, does it need to be added
to the whitelist in qemu-seccomp.c?

thanks
-- PMM

Reply via email to