Skip to content

Commit

Permalink
Remove stray ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Aug 28, 2015
1 parent 0db4b09 commit 05cbf82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/errno.c
Expand Up @@ -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
Expand Down

0 comments on commit 05cbf82

Please sign in to comment.