From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16801 invoked by alias); 28 Jun 2018 07:22:14 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 16785 invoked by uid 89); 28 Jun 2018 07:22:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: [PATCH] arc4random implementation To: DJ Delorie Cc: libc-alpha@sourceware.org References: From: Florian Weimer Message-ID: Date: Thu, 28 Jun 2018 07:22:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00873.txt.bz2 On 06/28/2018 05:44 AM, DJ Delorie wrote: > > It's taking me a while to read through this, but one initial thing... > > The BSD definitions use uint32_t, not "unsigned int" for the prototypes. We currently have extremely few prototypes in installed headers which use uint32_t, which is why I went with the glibc precedent here. Thanks, Florian