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 <cat@gensokyo.uk>
This commit is contained in:
2025-04-07 04:07:20 +09:00
parent e9a7cd526f
commit f885dede9b
4 changed files with 5 additions and 4 deletions

View File

@@ -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);