diff options
Diffstat (limited to 'executor/common_fuchsia.h')
| -rw-r--r-- | executor/common_fuchsia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index 219aee865..fb08aa2a0 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -244,6 +244,7 @@ static int do_sandbox_none(void) #if SYZ_EXECUTOR #define do_sandbox_setuid() 0 #define do_sandbox_namespace() 0 +#define do_sandbox_android_untrusted_app() 0 #endif // Ugly way to work around gcc's "error: function called through a non-compatible type". |
