aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 05074e73b..e711a59fb 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -55,11 +55,7 @@ uid_t firejail_uid = 0;
55gid_t firejail_gid = 0; 55gid_t firejail_gid = 0;
56 56
57#define STACK_SIZE (1024 * 1024) 57#define STACK_SIZE (1024 * 1024)
58#ifdef __arm__
59#define STACK_ALIGNMENT 8 // see #3010
60#else
61#define STACK_ALIGNMENT 16 58#define STACK_ALIGNMENT 16
62#endif
63static char child_stack[STACK_SIZE] __attribute__((aligned(STACK_ALIGNMENT))); // space for child's stack 59static char child_stack[STACK_SIZE] __attribute__((aligned(STACK_ALIGNMENT))); // space for child's stack
64 60
65Config cfg; // configuration 61Config cfg; // configuration