diff options
Diffstat (limited to 'procps/top.c')
-rw-r--r-- | procps/top.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/procps/top.c b/procps/top.c index f514df78a..d76d9af78 100644 --- a/procps/top.c +++ b/procps/top.c | |||
@@ -100,10 +100,8 @@ struct globals { | |||
100 | int num_cpus; | 100 | int num_cpus; |
101 | #endif | 101 | #endif |
102 | char line_buf[80]; | 102 | char line_buf[80]; |
103 | }; | 103 | }; //FIX_ALIASING; - large code growth |
104 | |||
105 | enum { LINE_BUF_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line_buf) }; | 104 | enum { LINE_BUF_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line_buf) }; |
106 | |||
107 | #define G (*(struct globals*)&bb_common_bufsiz1) | 105 | #define G (*(struct globals*)&bb_common_bufsiz1) |
108 | #define INIT_G() do { \ | 106 | #define INIT_G() do { \ |
109 | struct G_sizecheck { \ | 107 | struct G_sizecheck { \ |