NameDateSize

..25-Jul-20198

.gitignoreH A D25-Jul-20190

.licenseignoreH A D25-Jul-2019144

arch/H25-Jul-201923

CMakeLists.txtH A D15-Jul-20204.8 KiB

configureH A D13-Feb-202023.1 KiB

COPYRIGHTH A D25-Jul-20195.8 KiB

crt/H25-Jul-201927

dist/H25-Jul-20193

Findmusllibc.cmakeH A D22-Sep-20192.1 KiB

include/H11-Feb-2020100

INSTALLH A D25-Jul-20196 KiB

KbuildH A D25-Jul-2019375

KconfigH A D25-Jul-2019512

ldso/H25-Jul-20194

MakefileH A D13-Feb-20202.6 KiB

Makefile.muslcH A D25-Jul-20197.4 KiB

READMEH A D25-Jul-20191 KiB

src/H25-Jul-201944

tools/H25-Jul-201913

VERSIONH A D25-Jul-20197

WHATSNEWH A D25-Jul-201964.9 KiB

README

1
2    musl libc
3
4musl, pronounced like the word "mussel", is an MIT-licensed
5implementation of the standard C library targetting the Linux syscall
6API, suitable for use in a wide range of deployment environments. musl
7offers efficient static and dynamic linking support, lightweight code
8and low runtime overhead, strong fail-safe guarantees under correct
9usage, and correctness in the sense of standards conformance and
10safety. musl is built on the principle that these goals are best
11achieved through simple code that is easy to understand and maintain.
12
13The 1.1 release series for musl features coverage for all interfaces
14defined in ISO C99 and POSIX 2008 base, along with a number of
15non-standardized interfaces for compatibility with Linux, BSD, and
16glibc functionality.
17
18For basic installation instructions, see the included INSTALL file.
19Information on full musl-targeted compiler toolchains, system
20bootstrapping, and Linux distributions built on musl can be found on
21the project website:
22
23    http://www.musl-libc.org/
24