[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Modular C library
From: |
Alexis |
Subject: |
Re: Modular C library |
Date: |
Fri, 30 Dec 2022 00:14:24 +1100 |
User-agent: |
mu4e 1.8.5; emacs 28.2 |
Damian McGuckin <damianm@esi.com.au> writes:
Do not these exist? One of them is called MUSL designed as a
drop-in
replacement for glibc.
musl is not a drop-in replacement; it doesn't aim to replicate
glibc's behaviour exactly:
https://wiki.musl-libc.org/functional-differences-from-glibc.html
More generally, refer to:
https://wiki.musl-libc.org/compatibility.html
Or have I mis-understood
i understood Alejandro to be talking about a 'modularised' libc,
i.e. one containing multiple components ('microlibraries'), but
i'll let Alejandro clarify.
Alexis.