aboutsummaryrefslogtreecommitdiff
path: root/c_headers/stdarg.h
AgeCommit message (Collapse)Author
2019-07-15move lib dirs to lib subdirAndrew Kelley
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
2018-09-10drop patches on top of clang's C headersAndrew Kelley
We now match clang 7.0.0rc3 exactly. See https://reviews.llvm.org/D51265 for more details.
2017-10-26add guard to c_headers for duplicate va_list on darwinAndrew Kelley
2017-09-30update C headers to clang 5.0.0Andrew Kelley
2016-01-27fix stdio duplicately defining va_listAndrew Kelley
2015-12-08parseh: add c header filesAndrew Kelley