aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/top.c')
-rw-r--r--procps/top.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/top.c b/procps/top.c
index 1c42b249c..640bcdc6d 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -202,6 +202,7 @@ enum { LINE_BUF_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line_buf) };
202#define total_pcpu (G.total_pcpu ) 202#define total_pcpu (G.total_pcpu )
203#define line_buf (G.line_buf ) 203#define line_buf (G.line_buf )
204#define INIT_G() do { \ 204#define INIT_G() do { \
205 setup_common_bufsiz(); \
205 BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \ 206 BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \
206 BUILD_BUG_ON(LINE_BUF_SIZE <= 80); \ 207 BUILD_BUG_ON(LINE_BUF_SIZE <= 80); \
207} while (0) 208} while (0)