aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 4952d53d3..c40d718af 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -625,7 +625,7 @@ struct globals {
625 /* Current position, to know when to wrap */ 625 /* Current position, to know when to wrap */
626 unsigned current_col; 626 unsigned current_col;
627 char buf[10]; 627 char buf[10];
628}; 628} FIX_ALIASING;
629#define G (*(struct globals*)&bb_common_bufsiz1) 629#define G (*(struct globals*)&bb_common_bufsiz1)
630#define INIT_G() do { \ 630#define INIT_G() do { \
631 G.device_name = bb_msg_standard_input; \ 631 G.device_name = bb_msg_standard_input; \