aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/musl/src/time/timer_create.c
AgeCommit message (Collapse)Author
2024-06-04update musl source files to v1.2.5Andrew Kelley
adds loongarch64 and riscv32
2023-06-20musl: update src files to v1.2.4Andrew Kelley
2021-02-10musl: update to 1.2.2Isaac Freund
2019-10-17update musl src to v1.1.24Andrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
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