aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index e8c3e0490..344b4e61e 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -368,6 +368,7 @@ struct globals {
368} FIX_ALIASING; 368} FIX_ALIASING;
369#define G (*(struct globals*)bb_common_bufsiz1) 369#define G (*(struct globals*)bb_common_bufsiz1)
370#define INIT_G() do { \ 370#define INIT_G() do { \
371 setup_common_bufsiz(); \
371 /* we have to zero it out because of NOEXEC */ \ 372 /* we have to zero it out because of NOEXEC */ \
372 memset(&G, 0, sizeof(G)); \ 373 memset(&G, 0, sizeof(G)); \
373 IF_FEATURE_AUTOWIDTH(G_terminal_width = TERMINAL_WIDTH;) \ 374 IF_FEATURE_AUTOWIDTH(G_terminal_width = TERMINAL_WIDTH;) \