• Home
Name Date Size #Lines LOC

..--

arch/12-May-2024-19,89618,030

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

crt/12-May-2024-413340

dist/12-May-2024-3725

include/12-May-2024-17,21114,161

ldso/12-May-2024-2,4642,085

libc-test/12-May-2024-116,161109,568

ndk_script/12-May-2024-1,8621,820

porting/12-May-2024-97,31178,486

scripts/12-May-2024-547456

src/12-May-2024-78,05261,488

tools/12-May-2024-654473

.gitignoreD12-May-202461 98

.mailmapD12-May-202454 21

BUILD.gnD12-May-20246.7 KiB271227

COPYRIGHTD12-May-20246 KiB191168

INSTALLD12-May-20246.6 KiB192142

MakefileD12-May-20247.3 KiB237158

OAT.xmlD12-May-20246.9 KiB9342

READMED12-May-20241 KiB2418

README.OpenSourceD12-May-2024419 1211

VERSIOND12-May-20246 21

WHATSNEWD12-May-202483.5 KiB2,2031,734

bundle.jsonD12-May-2024781 3434

configureD12-May-202423.8 KiB786550

dynamic.listD12-May-2024432 4838

musl_config.gniD12-May-20241.7 KiB5146

musl_src.gniD12-May-202449.3 KiB1,8631,846

musl_template.gniD12-May-202413.8 KiB523444

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

README.OpenSource

1[
2    {
3        "Name"                  : "musl",
4        "License"               : "MIT License",
5        "License File"          : "COPYRIGHT",
6        "Version Number"        : "1.2.0",
7        "Owner"                 : "jianghan2@huawei.com",
8        "Upstream URL"          : "http://www.musl-libc.org/",
9        "Description"           : "musl is an MIT-licensed implementation of the standard C library"
10    }
11]
12