From 05cbf8201021c2f051d9e3ff695a399d56b2ed34 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Fri, 28 Aug 2015 15:18:47 +0200 Subject: [PATCH] Remove stray ifdef --- support/errno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/errno.c b/support/errno.c index 384451da47c4a..74c2fdf5648bd 100644 --- a/support/errno.c +++ b/support/errno.c @@ -35,7 +35,7 @@ Mono_Posix_Stdlib_SetLastError (int error_number) * we assume that the XPG version is present. */ -#ifdef _GNU_SOURCE && !PLATFORM_ANDROID +#ifdef _GNU_SOURCE #define mph_min(x,y) ((x) <= (y) ? (x) : (y)) /* If you pass an invalid errno value to glibc 2.3.2's strerror_r, you get