Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
--- /dev/null
+--- util-linux-2.40.2/include/audit-arch.h.orig 2025-02-12 10:02:29.744409021 +0100
++++ util-linux-2.40.2/include/audit-arch.h 2025-02-12 10:15:49.301568990 +0100
+@@ -59,6 +59,12 @@
+ # else
+ # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH64
+ # endif
++#elif __sh__
++# if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
++# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_SH
++# else
++# define SECCOMP_ARCH_NATIVE AUDIT_ARCH_SHEL
++# endif
+ #elif __hppa__
+ # if __SIZEOF_POINTER__ == 4
+ # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_PARISC