From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25292 invoked from network); 26 Jun 2020 13:51:57 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 26 Jun 2020 13:51:57 -0000 Received: (qmail 16032 invoked by uid 550); 26 Jun 2020 13:51:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 16002 invoked from network); 26 Jun 2020 13:51:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sdf.org; s=default; t=1593179497; bh=sFNH8PF9fQ+1V14rfLbvPKx250+qJPCd3RIvonboxHY=; h=Date:From:To:Subject; b=BBF6/uttrNhRA6FaNmAlx+ebLLlrN8RQ4N/yiwbOYLSwiWgLN7cvWaWgaEV045KvO nDPdgFOAormkMJb+6O/aePCOymNjmzXTdaCX6MUjkj2ZYLELWn5RmgSVSmxO6qogE+ VyzA2Hqjvf+KqlPKvrFQ83OLIaFLAi/r92itFCYU= Date: Fri, 26 Jun 2020 13:51:33 +0000 From: Gregory Heytings To: musl@lists.openwall.com Message-ID: User-Agent: Alpine 2.21 (NEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Subject: [musl] Using only a portion of musl? Hi list, Are the parts of the musl library independent, or do they depend on each other? In other words, is it possible to use only a part of the musl library in a program, and to use the host libc for everything else? For example, is it possible to use the "regex", the "thread", the "malloc", the "network", ... parts of musl in a program, independenly of the rest of musl? Gregory