aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/glibc/sysdeps/hppa/bits
AgeCommit message (Collapse)Author
2025-01-21libc: Remove a bunch of code for architectures we don't actually support.Alex Rønne Petersen
Namely: * alpha * hppa * ia64 * microblaze * nios2 * or1k * s390 * sh
2020-03-04update glibc source files to 2.31Andrew Kelley
This is mostly minor modifications to license text.
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