commit 85b93f7957f224f4d4e605f7e9a76f0724e08794
parent 754eab5b4b50f8b0561f5b7a1c9dd4734b51c009
Author: Joris Vink <joris@coders.se>
Date: Tue, 23 Mar 2021 15:03:47 +0100
KORE_SECCOMP_FILTER() does not require a semicolumn.
It's a wrapper around a function.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/kore/seccomp.h b/include/kore/seccomp.h
@@ -145,7 +145,7 @@
* KORE_SYSCALL_DENY_ERRNO(socket, EACCESS),
* KORE_SYSCALL_DENY_ERRNO(ioctl, EACCESS),
* KORE_SYSCALL_ALLOW(poll),
- * );
+ * )
*/
#define KORE_SECCOMP_FILTER(name, ...) \
struct sock_filter _scfilt[] = { \