wok-6.x annotate musl-libc/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 months ago)
parents
children
rev   line source
Hans-G?nter@24934 1 Musl is an implementation of the C standard library built
Hans-G?nter@24934 2 on top of the Linux system call API, including interfaces
Hans-G?nter@24934 3 defined in the base language standard, POSIX, and widely
Hans-G?nter@24934 4 agreed-upon extensions.
Hans-G?nter@24934 5
Hans-G?nter@24934 6 Musl is lightweight, fast, simple, free, and strives to be
Hans-G?nter@24934 7 correct in the sense of standards-conformance and safety.