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 dbd4286bf..c3bff477d 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -335,7 +335,7 @@ enum {
335}; 335};
336 336
337/* "-": treat args as parameters of option with ASCII code 1 */ 337/* "-": treat args as parameters of option with ASCII code 1 */
338static const char ulimit_opt_string[] = "-HSa" 338static const char ulimit_opt_string[] ALIGN1 = "-HSa"
339#ifdef RLIMIT_FSIZE 339#ifdef RLIMIT_FSIZE
340 "f::" 340 "f::"
341#endif 341#endif