From f885dede9b10c06004be0eac19d80b7bc718100a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 7 Apr 2025 04:07:20 +0900 Subject: sandbox/seccomp: unexport println wrapper This is an implementation detail that was exported for the bwrap argument builder. The removal of that package allows it to be unexported. Signed-off-by: Ophestra --- sandbox/seccomp/seccomp-build.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/seccomp/seccomp-build.h') diff --git a/sandbox/seccomp/seccomp-build.h b/sandbox/seccomp/seccomp-build.h index 7f1be761..d6e53fbd 100644 --- a/sandbox/seccomp/seccomp-build.h +++ b/sandbox/seccomp/seccomp-build.h @@ -19,5 +19,5 @@ typedef enum { F_BLUETOOTH = 1 << 8, } f_syscall_opts; -extern void F_println(char *v); +extern void f_println(char *v); int32_t f_build_filter(int *ret_p, int fd, uint32_t arch, uint32_t multiarch, f_syscall_opts opts); \ No newline at end of file -- cgit v1.3.1