Y
Hacker News
new
|
ask
|
show
|
jobs
by
kannmig
2390 days ago
https://www.musl-libc.org/
2 comments
saagarjha
2390 days ago
That doesn't fix the issues mentioned. (Whether it's an "alternative" stdlib for C is debatable; nobody ever said that glibc is "the" stdlib for C…)
link
ftvy
2390 days ago
It is the de facto standard on Linux.
link
pjmlp
2390 days ago
That doesn't make it the official implementation of ISO C, just one among many.
link
Porthos9K
2389 days ago
Which Linux? There are plenty that use MUSL instead.
link
hybrids
2390 days ago
musl is just another implementation of the true stdlib. I think what they want is an alternative to
standard-conforming
stdlibs that fills a similar niche - in other words, a "non-standard" standard library.
link