[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
[mono.git] / libgc / pthread_support.c
index cdca33252758a32a390a64e6fd275cc423071154..097d588a7b55fd77569d2def2b9e80348068085c 100644 (file)
@@ -764,7 +764,7 @@ GC_thread GC_new_thread(pthread_t id)
     }
     if (result == 0) return(0);
     result -> id = id;
-#ifdef PLATFORM_ANDROID
+#ifdef HOST_ANDROID
     result -> kernel_id = gettid();
 #endif
     result -> next = GC_threads[hv];