You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.207
Former-commit-id: f90f74cb984aa12eac8e2a357db43169ae7378e5
This commit is contained in:
committed by
Jo Shields
parent
6992685b86
commit
afe402035c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user