• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-1,7131,144

arch/03-May-2024-20,00318,150

compat/time32/03-May-2024-1,105934

crt/03-May-2024-413340

dist/03-May-2024-3725

include/03-May-2024-17,35014,285

ldso/03-May-2024-2,6142,212

src/03-May-2024-80,78563,699

tools/03-May-2024-654473

.gitignoreD03-May-202461 98

.mailmapD03-May-202454 21

Android.bpD03-May-202421.9 KiB826761

COPYRIGHTD03-May-20246.1 KiB194170

INSTALLD03-May-20246.6 KiB192142

LICENSED03-May-20246.1 KiB194170

METADATAD03-May-2024637 2422

MODULE_LICENSE_MITD03-May-20240

MakefileD03-May-20247.3 KiB238159

OWNERSD03-May-202433 32

READMED03-May-20241 KiB2418

VERSIOND03-May-20246 21

WHATSNEWD03-May-202488.6 KiB2,3301,837

configureD03-May-202424.6 KiB808560

dynamic.listD03-May-2024421 4737

sources.bpD03-May-202467.4 KiB2,0802,067

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