|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub


musl                                                               version 1.2.2
________________________________________________________________________________

musl is a C standard library intended for operating systems based on the Linux
kernel, released under the MIT License. It was developed by Rich Felker with the
goal to write a clean, efficient and standards-conformant libc implementation.

musl was designed from scratch to allow efficient static linking and to have
realtime-quality robustness by avoiding race conditions, internal failures on
resource exhaustion and various other bad worst-case behaviors present in
existing implementations. The dynamic runtime is a single file with stable ABI
allowing race-free updates and static linking support allows an application to
be deployed as a single portable binary without significant size overhead. [0]


Upstream: https://www.musl-libc.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b musl                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

musl does not come with any documentation. For C library documentation, install
the man-pages package.

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b man-pages                                                          |
|                                                                              |
+------------------------------------------------------------------------------+


[003] History
________________________________________________________________________________

2021-09-07 d56a2b65 musl: Fix README. Closes #329
2021-07-15 c9990299 musl: update for new env
2021-07-15 829ae078 musl: use VERSION
2021-07-01 2eb7a4ec musl: remove usage of install
2021-06-30 f150b10d musl: 1.2.2
2020-11-01 de75252e musl: add comments about valgrind
2020-08-06 c572740d musl: bump to 1.2.1
2020-06-06 699d79ff musl: Fix incorrect symlink to libc.so
2020-05-26 aeb8c6bc musl: Remove cdefs warning
2020-05-20 8ee2e80a musl: Add getent
2020-02-21 2a212957 musl: bump to 1.2.0
2020-02-14 0cfbb664 musl: clean up
2019-10-14 05bb0015 musl: bump to 1.1.24
2019-09-28 311a653a musl: provide getconf
2019-09-23 663d65a9 musl: fix build
2019-09-16 c465eda5 musl: clean build
2019-09-04 8fc7e1d1 musl: include bsd-compat-headers
2019-08-04 ad6990a0 musl: bump to 1.1.23
2019-07-21 8231e513 musl: fix directories
2019-07-21 e807da7f musl: fix directories
2019-06-19 bf158907 musl: add license
2019-06-02 b8102e6f musl: init at 1.1.22


[004] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Musl



________________________________________________________________________________

Dylan Araps (C) 2019-2021

The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.