Skip to content

Commit 23dc3d6

Browse files
Blackhexgithub-actions
authored andcommitted
0010-Cygwin-newlib-ftm.patch
1 parent 97f6b86 commit 23dc3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/glimits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
111111
# define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
112112
#endif
113113

114-
#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
114+
#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : defined (__NEWLIB__) ? __GNU_VISIBLE : !defined (__STRICT_ANSI__)
115115
/* Minimum and maximum values a `signed long long int' can hold. */
116116
# undef LONG_LONG_MIN
117117
# define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)

0 commit comments

Comments
 (0)