]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
audit-arch: add support for alpha
authorThomas Weißschuh <thomas@t-8ch.de>
Fri, 1 Dec 2023 08:45:21 +0000 (09:45 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Fri, 1 Dec 2023 08:45:21 +0000 (09:45 +0100)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
include/audit-arch.h

index 679964f2408c47a1de20ca37c2594f976fc9513d..ade1824174d308400b20dee74f0c020fe8ebc79e 100644 (file)
@@ -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