Comparison of C/POSIX standard library implementations for ...
http://www.etalabs.net › compare_l...ABI and versioning comparison, musl, uClibc, dietlibc, glibc. Stable ABI, yes, no, unofficially, yes. LSB-compatible ABI, incomplete, no, no, yes.
Alpine Linux 3.15 | Hacker News
news.ycombinator.com › contextNov 25, 2021 · Not as a desktop but I use it on bare metal as my primary server. The main advantage is the absence of bloat, e.g. components like DBus or systemd that increase the attack surface. The use of musl vs. glibc does make some things more complicated, however.
musl FAQ
https://www.musl-libc.org/faq.htmlIs musl compatible with glibc? Yes and no. At both the source and binary level, musl aims for a degree of feature-compatibility, but not bug-compatibility, with glibc. When applications that work with glibc fail to compile against musl, the cause will usually be one of the following: