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

..--

arch/25-Apr-2025-21,26419,017

crt/25-Apr-2025-414338

dist/25-Apr-2025-3725

include/25-Apr-2025-16,95213,929

ldso/25-Apr-2025-2,4402,075

src/25-Apr-2025-76,49660,064

tools/25-Apr-2025-654473

.gitignoreD25-Apr-202561 98

Android.bpD25-Apr-2025137 65

COPYRIGHTD25-Apr-20255.7 KiB175152

INSTALLD25-Apr-20256.5 KiB191141

LICENSED25-Apr-202520.4 KiB454352

METADATAD25-Apr-2025373 1917

MODULE_LICENSE_MITD25-Apr-20250

MakefileD25-Apr-20257.2 KiB236157

NOTICED25-Apr-202520.4 KiB454352

READMED25-Apr-20251 KiB2418

README.trustyD25-Apr-2025159 43

VERSIOND25-Apr-20257 21

WHATSNEWD25-Apr-202578.6 KiB2,0801,638

configureD25-Apr-202523.4 KiB777541

dynamic.listD25-Apr-2025411 4636

regenerate_alltypes.shD25-Apr-2025336 147

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.trusty

1This repo contains a partial port of Musl to Trusty.
2The code is no longer compatible with Linux.
3If you are running in Android user space, please use Bionic.
4