musl - an implementation of the standard library for Linux-based systems
Go to file
2022-08-01 13:57:11 -04:00
arch fix __WORDSIZE on x32 sys/user.h 2022-03-08 17:21:49 -05:00
compat/time32
crt
dist
include fix strings.h feature test macro usage due to missing features.h 2022-08-01 13:57:11 -04:00
ldso early stage ldso: remove symbolic references via error handling function 2022-07-19 19:00:53 -04:00
src fix ESRCH error handling for clock_getcpuclockid 2022-08-01 13:53:22 -04:00
tools
.gitignore
.mailmap
configure remove ARMSUBARCH relic from configure 2022-04-27 08:45:18 -04:00
COPYRIGHT
dynamic.list
INSTALL fix typo in INSTALL 2020-11-29 00:46:38 -05:00
Makefile make mallocng the default malloc implementation 2020-06-30 15:38:27 -04:00
README
VERSION release 1.2.3 2022-04-07 13:12:40 -04:00
WHATSNEW release 1.2.3 2022-04-07 13:12:40 -04:00

    musl libc

musl, pronounced like the word "mussel", is an MIT-licensed
implementation of the standard C library targetting the Linux syscall
API, suitable for use in a wide range of deployment environments. musl
offers efficient static and dynamic linking support, lightweight code
and low runtime overhead, strong fail-safe guarantees under correct
usage, and correctness in the sense of standards conformance and
safety. musl is built on the principle that these goals are best
achieved through simple code that is easy to understand and maintain.

The 1.1 release series for musl features coverage for all interfaces
defined in ISO C99 and POSIX 2008 base, along with a number of
non-standardized interfaces for compatibility with Linux, BSD, and
glibc functionality.

For basic installation instructions, see the included INSTALL file.
Information on full musl-targeted compiler toolchains, system
bootstrapping, and Linux distributions built on musl can be found on
the project website:

    http://www.musl-libc.org/