]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libcilkrts/include/cilk/reducer_min_max.h
re PR bootstrap/60644 (Build of i686-pc-linux-android is broken)
[thirdparty/gcc.git] / libcilkrts / include / cilk / reducer_min_max.h
index 55f068c34a39c1ccceb770ca18ef8b5d8933866a..7fe09e8d605e0436c4e641770f98b8bd25760f20 100644 (file)
@@ -3025,7 +3025,7 @@ struct legacy_reducer_downcast< reducer< op_min_index<Index, Type, Compare, Alig
 #include <limits.h>
 
 /* Wchar_t min/max constants */
-#if defined(_MSC_VER) || defined(ANDROID)
+#if defined(_MSC_VER) || defined(__ANDROID__)
 #   include <wchar.h>
 #else
 #   include <stdint.h>