diff options
author | Ron Yorston <rmy@pobox.com> | 2016-05-16 09:33:03 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-05-16 09:33:03 +0100 |
commit | 35d2f5bccb0f3dde600702ebcdb5424d4d50be4a (patch) | |
tree | 6e0ff0341c69839e268459a199682628bae734ed /libbb/messages.c | |
parent | 248a2600a2f4b442101ad568d1994b908bb28d4b (diff) | |
parent | f2559e5c2b7bd2c5fa0dd8e88d0a931da92a23af (diff) | |
download | busybox-w32-35d2f5bccb0f3dde600702ebcdb5424d4d50be4a.tar.gz busybox-w32-35d2f5bccb0f3dde600702ebcdb5424d4d50be4a.tar.bz2 busybox-w32-35d2f5bccb0f3dde600702ebcdb5424d4d50be4a.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 5 |
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. */ | ||
68 | char bb_common_bufsiz1[COMMON_BUFSIZE] ALIGNED(sizeof(long long)); | ||