• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

arch/02-May-2023-19,99718,147

compat/time32/02-May-2023-1,095929

crt/02-May-2023-413340

dist/02-May-2023-3725

include/02-May-2023-17,39314,332

ldso/02-May-2023-2,6042,213

src/02-May-2023-80,79163,721

tools/02-May-2023-654473

.gitignoreD02-May-202361 98

.mailmapD02-May-202354 21

COPYRIGHTD02-May-20236.1 KiB194170

INSTALLD02-May-20236.6 KiB192142

MakefileD02-May-20237.3 KiB238159

READMED02-May-20231 KiB2418

VERSIOND02-May-20236 21

WHATSNEWD02-May-202392.1 KiB2,3991,898

configureD02-May-202324.9 KiB816561

dynamic.listD02-May-2023411 4636

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