X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Funistd.c;h=0f560e28d00afcb0eaefd31c415b2ca018bdfc29;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=1123f2bc0fac9112b60e8f398e11b685eb59783c;hpb=4f021d81ca18b1aca6fd46165becb49bb9c63c25;p=mono.git diff --git a/support/unistd.c b/support/unistd.c index 1123f2bc0fa..0f560e28d00 100644 --- a/support/unistd.c +++ b/support/unistd.c @@ -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) {