Unverified Commit 6cb394de authored by bol-van's avatar bol-van Committed by GitHub
Browse files

Merge pull request #2096 from a1batross/master

Fix build on e2k
parents f0b0d89f 003c540f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -95,6 +95,10 @@ bool dropcaps(void);

# define ARCH_NR AUDIT_ARCH_LOONGARCH64

#elif defined(__e2k__)

# define ARCH_NR	AUDIT_ARCH_E2K

#else

# error "Platform does not support seccomp filter yet"
+4 −0
Original line number Diff line number Diff line
@@ -97,6 +97,10 @@ bool dropcaps(void);

# define ARCH_NR AUDIT_ARCH_LOONGARCH64

#elif defined(__e2k__)

# define ARCH_NR	AUDIT_ARCH_E2K

#else

# error "Platform does not support seccomp filter yet"