json-glib: update to 1.10.6
[oi-userland.git] / components / library / openmpi / patches / 00-MIN.patch
blobdbb2d995c438136d2877a333fdee2e6a343552a1
1 --- openmpi-4.0.1/opal/datatype/opal_convertor_raw.c.orig 2019-07-23 15:56:59.775503017 +0000
2 +++ openmpi-4.0.1/opal/datatype/opal_convertor_raw.c 2019-07-23 15:57:42.526108675 +0000
3 @@ -30,6 +30,8 @@
4 #define DO_DEBUG(INST)
5 #endif /* OPAL_ENABLE_DEBUG */
7 +#define MIN(a,b) ((a)<(b)?(a):(b))
9 /**
10 * This function always work in local representation. This means no representation
11 * conversion (i.e. no heterogeneity) has to be taken into account, and that all