aboutsummaryrefslogtreecommitdiffstats
path: root/main/cmocka/musl_uintptr.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/cmocka: fix build and check on ppc64leBreno Leitao2017-03-311-0/+35
Currently cmocka fails to build on ppc64le due to a redefinition for uintptr_t. This is declared at Musl and redeclared by cmocka. This patch check if uintptr_t was not defined by MUSL before re-defining it.