@@ -15114,7 +15114,7 @@ else
15114
15114
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15115
15115
since some C++ compilers masquerading as C compilers
15116
15116
incorrectly reject 9223372036854775807. */
15117
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15117
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15118
15118
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15119
15119
&& LARGE_OFF_T % 2147483647 == 1)
15120
15120
? 1 : -1];
@@ -15160,7 +15160,7 @@ else
15160
15160
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15161
15161
since some C++ compilers masquerading as C compilers
15162
15162
incorrectly reject 9223372036854775807. */
15163
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15163
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15164
15164
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15165
15165
&& LARGE_OFF_T % 2147483647 == 1)
15166
15166
? 1 : -1];
@@ -15184,7 +15184,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15184
15184
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15185
15185
since some C++ compilers masquerading as C compilers
15186
15186
incorrectly reject 9223372036854775807. */
15187
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15187
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15188
15188
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15189
15189
&& LARGE_OFF_T % 2147483647 == 1)
15190
15190
? 1 : -1];
@@ -15229,7 +15229,7 @@ else
15229
15229
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15230
15230
since some C++ compilers masquerading as C compilers
15231
15231
incorrectly reject 9223372036854775807. */
15232
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15232
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15233
15233
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15234
15234
&& LARGE_OFF_T % 2147483647 == 1)
15235
15235
? 1 : -1];
@@ -15253,7 +15253,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15253
15253
We can't simply define LARGE_OFF_T to be 9223372036854775807,
15254
15254
since some C++ compilers masquerading as C compilers
15255
15255
incorrectly reject 9223372036854775807. */
15256
- #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62 ))
15256
+ #define LARGE_OFF_T (((( off_t) 1 << 31) << 31) - 1 + ((( off_t) 1 << 31) << 31 ))
15257
15257
int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
15258
15258
&& LARGE_OFF_T % 2147483647 == 1)
15259
15259
? 1 : -1];
0 commit comments