Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
--- /dev/null
+diff -ruN util-linux-2.39.old/tests/helpers/test_enosys.c util-linux-2.39/tests/helpers/test_enosys.c
+--- util-linux-2.39.old/tests/helpers/test_enosys.c 2023-08-08 20:11:23.677039863 +0200
++++ util-linux-2.39/tests/helpers/test_enosys.c 2023-08-09 12:11:11.053306309 +0200
+@@ -67,6 +67,12 @@
+ # else
+ # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ARCV2
+ # 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
+ #else
+ # error Unknown target architecture
+ #endif