GitXplorerGitXplorer
p

musl

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
789d5f6f46c0268a9e2fc9624f65e5d7cfceede2

it builds for more than one platform now

pphausler committed 10 years ago
Unverified
021d4faf9ebc63bd80b147851945389893958736

compatability with Apple targets

pphausler committed 10 years ago
Unverified
55de77055e79c2211c6809d29255ca8a30659e9a

add guards for arm targets that are conditional upon emission

pphausler committed 10 years ago
Unverified
7f45f8eead47c2cea2c43575794641230147fcfc

First pass at a module map for musl

pphausler committed 10 years ago
Unverified
5fde27a7bc0456f67f15452023e078acca543294

template files for building musl with ninja templates

pphausler committed 10 years ago
Unverified
60fe06e9833431bfd2e4bd4c6d98193b037c4774

Ignore .DS_Store files and ninja template outputs

pphausler committed 10 years ago

README

The README file for this repository.
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/