<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Musl</id>
	<title>Musl - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Musl"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Musl&amp;action=history"/>
	<updated>2026-07-11T18:31:36Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Musl&amp;diff=2375275&amp;oldid=prev</id>
		<title>imported&gt;AromaTake：​/* 概述 */ 調整內部連結</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Musl&amp;diff=2375275&amp;oldid=prev"/>
		<updated>2024-10-30T09:26:19Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;概述：​&lt;/span&gt; 調整內部連結&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{NoteTA|G1=IT|G2=FL}}&lt;br /&gt;
{{lowercase|title=musl}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = musl&lt;br /&gt;
| logo                   = [[File:Musl libc.svg]]&lt;br /&gt;
| developer              = 瑞奇·費爾克 (dalias) 與其他開發者&lt;br /&gt;
| released = {{Start date and years ago|2011|02|11}}&amp;lt;ref&amp;gt;{{cite web&lt;br /&gt;
 | title=musl - obsolete versions&lt;br /&gt;
 | url=https://www.musl-libc.org/oldversions.html&lt;br /&gt;
 | website=musl-libc.org&lt;br /&gt;
 | date=2017-10-31&lt;br /&gt;
 | accessdate=2018-01-14&lt;br /&gt;
 | archive-date=2020-01-17&lt;br /&gt;
 | archive-url=https://web.archive.org/web/20200117141349/http://www.musl-libc.org/oldversions.html&lt;br /&gt;
 | dead-url=no&lt;br /&gt;
 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| latest release version = 1.2.3&lt;br /&gt;
| latest release date    = {{release date and age|2022|04|07}}&lt;br /&gt;
| operating_system       = [[Linux]] 2.6或更新&lt;br /&gt;
| platform               = [[x86]], [[x86 64]], [[ARM architecture|ARM]], [[MIPS architecture|MIPS]], {{link-en|Microblaze|Microblaze}}, [[PowerPC]], [[ppc64]], [[X32 ABI|x32]], {{link-en|OpenRISC|OpenRISC}}, [[SuperH]]&lt;br /&gt;
| genre                  = {{ubl|[[C標準函式庫]]|[[嵌入式Linux]]|{{link-en|行動裝置上的Linux|Linux for mobile devices}}}}&lt;br /&gt;
| license                = [[MIT許可證]]&lt;br /&gt;
| website                = {{url|https://musl.libc.org/}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;musl&amp;#039;&amp;#039;&amp;#039;，一種[[C標準函式庫]]，主要使用於以[[Linux內核]]為主的[[作業系統]]上，目標為[[嵌入式系統]]與[[行動裝置]]，採用[[MIT許可證]]釋出。作者為瑞奇·費爾克（Rich Felker）。开发此库的目的是写一份干净、高效、符合标准的C标准库。&amp;lt;ref name=&amp;quot;musl-intro&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==概述==&lt;br /&gt;
Musl是从零开始设计的。一是希望让[[静态链接]]更高效；二是现有的C标准库在一些极端条件下表现很糟糕，竞态条件、资源不足时常常会出问题，而Musl试图避免它们来达到较高的实时[[健壮性_(计算机科学)|強健性]]。&amp;lt;ref name=&amp;quot;musl-intro&amp;quot;&amp;gt;{{cite web |url=https://www.musl-libc.org/intro.html |title=Introduction to musl |date=2016-04-21 |accessdate=2016-09-26 |archive-date=2020-11-12 |archive-url=https://web.archive.org/web/20201112003438/https://www.musl-libc.org/intro.html |dead-url=no }}&amp;lt;/ref&amp;gt;Musl的动态运行时只有一个文件，有稳定的[[应用二进制接口|ABI]]，因此可以实现无竞态的版本升级。对静态链接的支持也让可移植单文件应用部署成为可能，而且不会使文件体积膨胀很多。&lt;br /&gt;
&lt;br /&gt;
Musl声称与[[POSIX]] 2008标准和[[C11 (C语言标准)|C11]]标准兼容，还实现了多数广泛使用但非标准的[[Linux]]、[[BSD]]和[[glibc]]函数。&amp;lt;ref&amp;gt;{{Cite web|title=musl libc - Compatibility|url=https://wiki.musl-libc.org/compatibility.html|url-status=no|archive-url=https://ghostarchive.org/archive/20211017001026/https://wiki.musl-libc.org/compatibility.html|archive-date=2021-10-17|access-date=2024-01-21|website=wiki.musl-libc.org|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==使用==&lt;br /&gt;
有些[[Linux发行版]]可以使用Musl作为标准C库，例如[[Alpine Linux]]、{{Tsl|en|Dragora GNU/Linux-Libre|Dragora GNU/Linux-Libre|Dragora 3}}、[[Gentoo Linux]]、[[OpenWrt|OpenWrt]]、Sabotage&amp;lt;ref&amp;gt;{{Github|sabotage-linux/sabotage/blob/master/README.md}}&amp;lt;/ref&amp;gt;、Morpheus Linux&amp;lt;ref&amp;gt;{{cite web|url=https://morpheus.2f30.org/|title=morpheus:|accessdate=2018-06-15|archive-date=2020-11-08|archive-url=https://web.archive.org/web/20201108140241/http://morpheus.2f30.org/|dead-url=yes}}&amp;lt;/ref&amp;gt;、[[Void Linux]]。对于链接到glibc的二进制程序，gcompat&amp;lt;ref&amp;gt;{{Cite web|url=https://code.foxkit.us/adelie/gcompat|title=Adélie Linux / gcompat|website=GitLab|language=en|access-date=2019-10-21|archive-date=2020-10-28|archive-url=https://web.archive.org/web/20201028075859/https://code.foxkit.us/adelie/gcompat/|dead-url=no}}&amp;lt;/ref&amp;gt;能让它们在基于Musl的发行版上运行。&lt;br /&gt;
&lt;br /&gt;
==参见==&lt;br /&gt;
{{portalpar|自由軟體}}&lt;br /&gt;
{{Div col|colwidth=20em}}&lt;br /&gt;
* [[Bionic (軟體)|Bionic libc]]&lt;br /&gt;
* [[dietlibc]]&lt;br /&gt;
* [[Embedded GLIBC|EGLIBC]]&lt;br /&gt;
* [[GNU C函式庫|glibc]]&lt;br /&gt;
* [[klibc]]&lt;br /&gt;
* [[Newlib]]&lt;br /&gt;
* [[uClibc]]&lt;br /&gt;
{{div col end}}&lt;br /&gt;
&lt;br /&gt;
==註釋==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
==外部連結==&lt;br /&gt;
* {{Official website|http://www.musl-libc.org/}}&lt;br /&gt;
* [http://www.etalabs.net/compare_libcs.html Comparison of C/POSIX standard library implementations for Linux]{{Wayback|url=http://www.etalabs.net/compare_libcs.html |date=20201111235209 }}&lt;br /&gt;
{{CProLang}}&lt;br /&gt;
{{Embedded systems}}&lt;br /&gt;
{{DEFAULTSORT:Musl}}&lt;br /&gt;
[[Category:C標準函式庫]]&lt;/div&gt;</summary>
		<author><name>imported&gt;AromaTake</name></author>
	</entry>
</feed>