From d6c332cbe4e7b7d3783127e31fb80ed05e537176 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Tue, 3 Dec 2019 15:59:45 +0100 Subject: cleanup --- src/firejail/main.c | 4 ---- 1 file changed, 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; gid_t firejail_gid = 0; #define STACK_SIZE (1024 * 1024) -#ifdef __arm__ -#define STACK_ALIGNMENT 8 // see #3010 -#else #define STACK_ALIGNMENT 16 -#endif static char child_stack[STACK_SIZE] __attribute__((aligned(STACK_ALIGNMENT))); // space for child's stack Config cfg; // configuration -- cgit v1.2.3-70-g09d2