From e118f8cd204521b6b864bc1dc4148041eaafdcc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Fri, 1 Dec 2023 09:45:21 +0100 Subject: [PATCH] audit-arch: add support for alpha MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- include/audit-arch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/audit-arch.h b/include/audit-arch.h index 679964f240..ade1824174 100644 --- a/include/audit-arch.h +++ b/include/audit-arch.h @@ -65,6 +65,8 @@ # else # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_PARISC64 # endif +#elif __alpha__ +# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ALPHA #else # error Unknown target architecture #endif -- 2.47.3