From: Paul Moore <[email protected]>
Signed-off-by: Paul Moore <[email protected]>
---
src/arch-syscall-check.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/arch-syscall-check.c b/src/arch-syscall-check.c
index 4e267e71..45e15d6c 100644
--- a/src/arch-syscall-check.c
+++ b/src/arch-syscall-check.c
@@ -194,9 +194,11 @@ int main(int argc, char *argv[])
}
if (i_parisc >= 0) {
printf("ERROR, parisc has additional syscalls\n");
+ return 1;
}
if (i_ppc >= 0) {
printf("ERROR, ppc has additional syscalls\n");
+ return 1;
}
if (i_ppc64 >= 0) {
printf("ERROR, ppc64 has additional syscalls\n");
--
You received this message because you are subscribed to the Google Groups
"libseccomp" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.