aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/seccomp/seccomp-build.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper/seccomp/seccomp-build.h')
-rw-r--r--helper/seccomp/seccomp-build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/seccomp/seccomp-build.h b/helper/seccomp/seccomp-build.h
index 0ae201d2..7f1be761 100644
--- a/helper/seccomp/seccomp-build.h
+++ b/helper/seccomp/seccomp-build.h
@@ -20,4 +20,4 @@ typedef enum {
} f_syscall_opts;
extern void F_println(char *v);
-int32_t f_build_filter(int fd, uint32_t arch, uint32_t multiarch, f_syscall_opts opts); \ No newline at end of file
+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