diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 21:28:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-23 21:28:19 +0200 |
commit | 5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a (patch) | |
tree | de564d978ea2bbf5484f71ea3f181cb4b0a7f541 /include | |
parent | d206b1651ac4dc4db1d9bbd172a81da0568b42e8 (diff) | |
download | busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.tar.gz busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.tar.bz2 busybox-w32-5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index d9858f5df..6be934994 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -298,6 +298,7 @@ typedef unsigned long uoff_t; | |||
298 | /* scary. better ideas? (but do *test* them first!) */ | 298 | /* scary. better ideas? (but do *test* them first!) */ |
299 | #define OFF_T_MAX ((off_t)~((off_t)1 << (sizeof(off_t)*8-1))) | 299 | #define OFF_T_MAX ((off_t)~((off_t)1 << (sizeof(off_t)*8-1))) |
300 | /* Users report bionic to use 32-bit off_t even if LARGEFILE support is requested. | 300 | /* Users report bionic to use 32-bit off_t even if LARGEFILE support is requested. |
301 | * On musl, !ENABLE_LFS on 32-bit arches thinks that off_t is 32-bit. | ||
301 | * We misdetected that. Don't let it build: | 302 | * We misdetected that. Don't let it build: |
302 | */ | 303 | */ |
303 | struct BUG_off_t_size_is_misdetected { | 304 | struct BUG_off_t_size_is_misdetected { |