From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91218 invoked by alias); 13 Dec 2016 21:41:37 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 91198 invoked by uid 89); 13 Dec 2016 21:41:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*F:D*pl, Hx-languages-length:243 X-HELO: smtpo28.poczta.onet.pl Received: from smtpo28.poczta.onet.pl (HELO smtpo28.poczta.onet.pl) (213.180.142.159) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Dec 2016 21:41:26 +0000 Received: from INFERNUS (83-238-224-31.adsl.inetia.pl [83.238.224.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: freddie_chopin@op.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3tdY6Y35h9zStV1QQ for ; Tue, 13 Dec 2016 22:40:52 +0100 (CET) Message-ID: <1481665252.1241.10.camel@op.pl> Subject: Re: [PATCH, newlib] Allow locking routine to be retargeted From: Freddie Chopin To: newlib@sourceware.org Date: Tue, 13 Dec 2016 21:41:00 -0000 In-Reply-To: <34e2c2ad-be0f-44ed-201e-a6f294814f4e@foss.arm.com> References: <34e2c2ad-be0f-44ed-201e-a6f294814f4e@foss.arm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016/txt/msg01169.txt.bz2 Apart from the issue with missing extern "C" for C++, everything seems to work fine in my limited test with four required global locks and some uses of stdio functions. Regards, FCh