diff --git a/articles/glibc.md b/articles/glibc.md index 7af54c6..9cf1a62 100644 --- a/articles/glibc.md +++ b/articles/glibc.md @@ -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)? - ...