aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index 8c9607c8c..14eeaafcc 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -328,7 +328,7 @@ enum {
328}; 328};
329 329
330/* "-": treat args as parameters of option with ASCII code 1 */ 330/* "-": treat args as parameters of option with ASCII code 1 */
331static const char ulimit_opt_string[] = "-HSa" 331static const char ulimit_opt_string[] ALIGN1 = "-HSa"
332#ifdef RLIMIT_FSIZE 332#ifdef RLIMIT_FSIZE
333 "f::" 333 "f::"
334#endif 334#endif