libc.7: Add musl libc

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-21 05:16:51 +01:00
parent ebd9e5df0d
commit ba8b587366
1 changed files with 6 additions and 3 deletions

View File

@ -89,10 +89,13 @@ and often intended for building small binaries,
perhaps targeted at development for embedded Linux systems.
Among such libraries are
.I uClibc
.RI ( http://www.uclibc.org/ )
and
.RI ( http://www.uclibc.org/ ),
.I dietlibc
.RI ( http://www.fefe.de/dietlibc/ ).
.RI ( http://www.fefe.de/dietlibc/ ),
and
.UR http://www.musl-libc.org/
.I "musl libc"
.UE .
Details of these libraries are generally not covered by the
.I man-pages
project.