aboutsummaryrefslogtreecommitdiff
path: root/libbb/messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/messages.c')
-rw-r--r--libbb/messages.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/messages.c b/libbb/messages.c
index 2aa3f175d..d74c237e7 100644
--- a/libbb/messages.c
+++ b/libbb/messages.c
@@ -61,8 +61,3 @@ const char bb_path_wtmp_file[] ALIGN1 =
61# error unknown path to wtmp file 61# error unknown path to wtmp file
62# endif 62# endif
63#endif 63#endif
64
65/* We use it for "global" data via *(struct global*)&bb_common_bufsiz1.
66 * Since gcc insists on aligning struct global's members, it would be a pity
67 * (and an alignment fault on some CPUs) to mess it up. */
68char bb_common_bufsiz1[COMMON_BUFSIZE] ALIGNED(sizeof(long long));