about summary refs log tree commit diff
path: root/pkgs/games/build-support/build-sandbox/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/build-support/build-sandbox/src/setup.h')
-rw-r--r--pkgs/games/build-support/build-sandbox/src/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/build-support/build-sandbox/src/setup.h b/pkgs/games/build-support/build-sandbox/src/setup.h
index c3b69699..fe882dc5 100644
--- a/pkgs/games/build-support/build-sandbox/src/setup.h
+++ b/pkgs/games/build-support/build-sandbox/src/setup.h
@@ -7,7 +7,7 @@
 
 bool write_maps(pid_t parent_pid);
 bool bind_mount(const char *path, bool restricted, bool resolve);
-bool extra_mount(const char *path);
+bool extra_mount(const char *path, bool is_required);
 bool mount_from_path_var(struct query_state *qs, const char *name);
 bool setup_sandbox(void);