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 23e440bcd..cb0836de8 100644
--- a/libbb/messages.c
+++ b/libbb/messages.c
@@ -59,8 +59,3 @@ const char bb_path_wtmp_file[] ALIGN1 =
59# error unknown path to wtmp file 59# error unknown path to wtmp file
60# endif 60# endif
61#endif 61#endif
62
63/* We use it for "global" data via *(struct global*)&bb_common_bufsiz1.
64 * Since gcc insists on aligning struct global's members, it would be a pity
65 * (and an alignment fault on some CPUs) to mess it up. */
66char bb_common_bufsiz1[COMMON_BUFSIZE] ALIGNED(sizeof(long long));