diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index 42c4c9c97..dcbe0d109 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -324,7 +324,7 @@ struct limits { | |||
324 | uint8_t factor_shift; /* shift by to get rlim_{cur,max} values */ | 324 | uint8_t factor_shift; /* shift by to get rlim_{cur,max} values */ |
325 | }; | 325 | }; |
326 | 326 | ||
327 | static const struct limits limits_tbl[] = { | 327 | static const struct limits limits_tbl[] ALIGN2 = { |
328 | { RLIMIT_CORE, 9, }, // -c | 328 | { RLIMIT_CORE, 9, }, // -c |
329 | { RLIMIT_DATA, 10, }, // -d | 329 | { RLIMIT_DATA, 10, }, // -d |
330 | { RLIMIT_NICE, 0, }, // -e | 330 | { RLIMIT_NICE, 0, }, // -e |