[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
[mono.git] / libgc / include / private / pthread_support.h
index bcb89b6a1982ab53a0ee338491c61a35997d0ba2..0abbd242a85632e6879d15210142c7b45dadc50e 100644 (file)
@@ -45,7 +45,7 @@ typedef struct GC_Thread_Rep {
                                  /* guaranteed to be dead, but we may  */
                                  /* not yet have registered the join.) */
     pthread_t id;
-#ifdef PLATFORM_ANDROID
+#ifdef HOST_ANDROID
     pid_t kernel_id;
 #endif
     /* Extra bookkeeping information the stopping code uses */