From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54956 invoked by alias); 29 Jan 2017 22:09:19 -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 53150 invoked by uid 89); 29 Jan 2017 22:09:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*pl X-HELO: smtpo49.poczta.onet.pl Received: from smtpo49.poczta.onet.pl (HELO smtpo49.poczta.onet.pl) (213.180.142.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 29 Jan 2017 22:09:08 +0000 Received: from [192.168.2.253] (83-238-239-138.adsl.inetia.pl [83.238.239.138]) (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 3vBRWM5rvLzSvZ6cd for ; Sun, 29 Jan 2017 23:09:03 +0100 (CET) Message-ID: <1485727742.1255.5.camel@op.pl> Subject: Re: [PATCH 2/2, newlib] Allow locking routine to be retargeted From: Freddie Chopin To: newlib@sourceware.org Date: Sun, 29 Jan 2017 22:09:00 -0000 In-Reply-To: <53697464-af87-8917-c5ec-b1a0d06cca00@foss.arm.com> References: <53697464-af87-8917-c5ec-b1a0d06cca00@foss.arm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017/txt/msg00099.txt.bz2 One more thing - I think the patch should include lock object for arc4random - either "_arc4random_mutex" (originally) or "__arc4random_lock_object" (with my change to unify all names). Regards, FCh