We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f6b86 commit 23dc3d6Copy full SHA for 23dc3d6
gcc/glimits.h
@@ -111,7 +111,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
111
# define ULLONG_MAX (LLONG_MAX * 2ULL + 1ULL)
112
#endif
113
114
-#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : !defined (__STRICT_ANSI__)
+#if defined (__GNU_LIBRARY__) ? defined (__USE_GNU) : defined (__NEWLIB__) ? __GNU_VISIBLE : !defined (__STRICT_ANSI__)
115
/* Minimum and maximum values a `signed long long int' can hold. */
116
# undef LONG_LONG_MIN
117
# define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
0 commit comments