aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/musl-hvmloader-fix-stdint.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/xen: upgrade to 4.5Natanael Copa2015-05-151-4/+4
|
* main/xen: fix hvmloaderNatanael Copa2014-08-251-0/+189
hvmloader is 32 bit but pulled in 64bit stdint from musl headers. we solve this by providing our own stdint_local.h elf.h pulls in stdint.h too so we ship our own elf_local.h too ref #3308