Musl: Difference between revisions
Prabuanand (talk | contribs) (Added language support and locale information from Post installation page the content added by user Guest09248 on 6 January 2022 00:13) |
Prabuanand (talk | contribs) m (reworded) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Alpine Linux uses musl as its C standard library. | Alpine Linux uses [https://musl.libc.org/ musl] as its C standard library. Musl does not implement most of the [[Locale|locale]] features that glibc implements. | ||
Refer to [https://wiki.musl-libc.org/open-issues Open Issues] page of musl-libc wiki for a brief note on the list of major open issues. | |||
== See also == | |||
== See | |||
* [https://wiki.musl-libc.org/functional-differences-from-glibc.html Functional differences between musl and glibc] | * [https://wiki.musl-libc.org/functional-differences-from-glibc.html Functional differences between musl and glibc] | ||
[[Category:System Administration]] | [[Category:System Administration]] |
Latest revision as of 18:48, 14 July 2025
Alpine Linux uses musl as its C standard library. Musl does not implement most of the locale features that glibc implements.
Refer to Open Issues page of musl-libc wiki for a brief note on the list of major open issues.