Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Consolidate most of our standard lib functions to lib | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2021-03-10 | Restructure our includes. | Peter Jones | |
This re-structures our includes so we can be sure everything is always including all the system headers in a uniform, predictable way. Temporarily it also adds a bunch of junk at all the places we use variadic functions to specifically pick either the MS (cdecl) or ELF ABIs. I'm not 100% sure that's all correct (see later patch) but it's enough to allow this to build. Signed-off-by: Peter Jones <pjones@redhat.com> |