diff --git a/tests/init.c b/tests/init.c index 1847abf476..0c6d4a696f 100644 --- a/tests/init.c +++ b/tests/init.c @@ -49,6 +49,10 @@ # define SECCOMP_SET_MODE_FILTER 1 # endif +#ifndef __NR_seccomp +# define __NR_seccomp 0xffff // seccomp syscall number unknown for this architecture +#endif + #endif #ifdef HAVE_ERROR_H