Merge pull request #2663 from esdrubal/islocal
[mono.git] / support / errno.c
index 384451da47c4af2149080cad2de18498e7be577b..74c2fdf5648bd0613f87d8cb93b41431e1481e2d 100644 (file)
@@ -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