aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mingw/misc/initenv.c
AgeCommit message (Collapse)Author
2024-12-14mingw: Update sources to dcd7fefc703fb4b12187235386900d34cc13fdc5.Alex Rønne Petersen
2021-09-07Fix building aarch64-windows-gnu by adding missing libc files and ↵Jonathan Marler
compiler_rt functions (#9555) * fix issue 9519 Added some missing files from mingw * add missing compiler_rt functions * finish PR * add aarch64-windows-gnu to test targets * add more compiler_rt * add log2 * add pow * add modti3