aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/glibc/include
AgeCommit message (Collapse)Author
2025-08-01glibc: update crt0 code to 2.42Alex Rønne Petersen
2025-01-31glibc: Update source files to 2.41.Alex Rønne Petersen
2024-08-08Update glibc start files to 2.40.Alex Rønne Petersen
2024-06-05glibc: restore "weak_hidden_alias" macro for older glibc versionsPat Tullmann
The fstat,lstat,stat,mknod stubs used to build older (before v2.33) glibc versions depend on the weak_hidden_alias macro. It was removed from the glibc libc-symbols header, so patch it back in for the older builds.
2024-06-05update glibc start files to 2.39Andrew Kelley
README file stays intact.
2024-01-04glibc: restore "weak_hidden_alias" macro for older glibc versionsPat Tullmann
The fstat,lstat,stat,mknod stubs used to build older (before v2.33) glibc versions depend on the weak_hidden_alias macro. It was removed from the glibc libc-symbols header, so patch it back in for the older builds.
2023-10-13glibc: update libc-modules.h to 2.38Andrew Kelley
2023-10-13update glibc start files to 2.38Andrew Kelley
I went ahead and left the README.md file deleted because it had broken git hashes. Better to use `git log -- lib/libc/glibc/` to find out the patches.
2021-12-16glibc: update libc-modules.hAndrew Kelley
2021-12-15glibc: remove duplicate files between generic-glibc/ and glibc/include/Andrew Kelley
2021-12-15glibc: pass -D__GLIBC_MINOR__=XXAndrew Kelley
instead of hard-coding it. This means that C code has accurate glibc version information in the preprocessor.
2021-12-15update glibc start files to 2.34Andrew Kelley
This commit introduces tools/update_glibc.zig to update the start files for next time. Some notable changes in recent glibc: * abi-note.S has been changed to abi-note.c but we resist the change to keep it easier to compile the start files. * elf-init.c has been deleted upstream. Further testing should be done to verify that binaries against glibc omitting elf-init.c still run properly on oldel glibc linux systems. Closes #4926
2020-03-04update glibc source files to 2.31Andrew Kelley
This is mostly minor modifications to license text.
2019-09-10update glibc src files to 2.30Andrew 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