aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/musl/src/process/waitpid.c
AgeCommit message (Collapse)Author
2024-06-04update musl source files to v1.2.5Andrew Kelley
adds loongarch64 and riscv32
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