Skip to content

Commit

Permalink
doc: mention SCMP_ARCH_LOONGARCH64 in seccomp_arch_add(3)
Browse files Browse the repository at this point in the history
Just found out the missing bit while browsing the docs in preparation of
a pet project of mine.

Fixes: 6966ec7 ("arch: Add 64-bit LoongArch support")
Signed-off-by: WANG Xuerui <git@xen0n.name>
Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
xen0n authored and pcmoore committed Mar 31, 2023
1 parent 49a382d commit 76e3689
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/man/man3/seccomp_arch_add.3
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ seccomp_arch_add, seccomp_arch_remove, seccomp_arch_exist, seccomp_arch_native \
.B #define SCMP_ARCH_X32
.B #define SCMP_ARCH_ARM
.B #define SCMP_ARCH_AARCH64
.B #define SCMP_ARCH_LOONGARCH64
.B #define SCMP_ARCH_MIPS
.B #define SCMP_ARCH_MIPS64
.B #define SCMP_ARCH_MIPS64N32
Expand Down

0 comments on commit 76e3689

Please sign in to comment.