[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / support / unistd.c
index 1123f2bc0fac9112b60e8f398e11b685eb59783c..0f560e28d00afcb0eaefd31c415b2ca018bdfc29 100644 (file)
@@ -230,7 +230,7 @@ Mono_Posix_Syscall_setdomainname (const char *name, mph_size_t len)
 /* Android implements truncate, but doesn't declare it.
  * Result is a warning during compilation, so skip it.
  */
-#ifndef PLATFORM_ANDROID
+#ifndef HOST_ANDROID
 gint32
 Mono_Posix_Syscall_truncate (const char *path, mph_off_t length)
 {