articles/glibc.md: update article

This commit is contained in:
tocariimaa 2025-03-06 18:59:06 -03:00
parent b6dcb9f67a
commit 9bbd3bf5ef

View file

@ -1,8 +1,8 @@
# glibc
glibc is the official [GNU](gnu.md) project C standard library.
glibc is the official [GNU](gnu.md) project [C](c.md) standard library.
Known for being [bloated](bloat.md) and having a dubious code quality.
## Less harmful alternatives
- [musl](musl.md)
- [musl](musl.md): allows sane static linking, has support for [Linux](linux.md) only.
- [Cosmopolitan Libc](https://justine.lol/cosmopolitan/index.html)?
- ...